ARM template deployment from within Azure portal
Load GitHub quickstart template in portal by visiting https://portal.azure.com/#create/Microsoft.Template Learn about template deployment Read the docs
Azure Resource Manager
Load GitHub quickstart template in portal by visiting https://portal.azure.com/#create/Microsoft.Template Learn about template deployment Read the docs
Login-AzureRmAccount Get-AzureRmSubscription -subscriptionID “ggdfgdgdgdgdgdgdgdgdgdghfhghgjgjgjgjgjgj“ -TenantId “fsfsfsddgfhfhjgjghsdggkl,jjdfhjh.luyerjkuryut“ | Set-AzureRmContext # List all providers and register (if you only want specific ones, you must run commands manually) $providers = @(Get-AzureRmResourceProvider -ListAvailable) foreach ($x in $providers) { write-host $x.ProviderNamespace } Write-Host “Done!” #Register-AzureRmResourceProvider -ProviderNamespace $x.ProviderNamespace -Force ============================================================= https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services…
Key vault ARM templates https://github.com/Azure/azure-quickstart-templates/tree/master/201-encrypt-create-new-vm-gallery-image https://github.com/Azure/azure-quickstart-templates/tree/master/201-encrypt-running-linux-vm https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-full-disk-encrypted-rhel https://github.com/Azure/azure-quickstart-templates/tree/master/201-vm-push-certificate-windows https://github.com/Azure/azure-quickstart-templates/tree/master/201-decrypt-running-windows-vm ======================================================== AzureScriptCollections.ps1
With the release of Azure Resource Manager on Microsoft Azure Government (MAG), users are now able to provision and deploy applications using declarative templates. A full listing of publicly contributed templates can be found at https://azure.microsoft.com/en-us/documentation/templates/ . How to use QuickStart Templates in MAG Many…
Creating ARM Templates with Azure Resource Explorer Resources Azure Resource Explorer Azure Resource Manager Templates with Visual Studio 2015 Azure Resource Manager template functions Provision and deploy microservices predictably in Azure David Ebbo’s AzureWebsitesSamples repository
One Microsoft lab guide The_One_Microsoft_Cloud_Test_Lab_Guide_Stack
See new link here.. Managed Service Identity (MSI) for Azure resources https://docs.microsoft.com/en-us/azure/active-directory/msi-overview Managed Service Identity (MSI) is currently a preview feature of Azure Active Directory and is for evaluation purposes only. MSI is deploying to regions globally and may take time to appear in your…
Advanced autoscale configuration using Resource Manager templates for VM Scale Sets https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-windows-autoscale Autoscale a Windows VM Scale Set The following template deploys a Windows VM Scale Set integrated with Azure autoscale The template deploys a Windows VMSS with a desired count of VMs in the…
Getting Started with the Gallery Installing items from the Gallery requires the latest version of the PowerShellGet module. Get Latest PowerShellGet For PowerShell 5.0 and up. To see all options for installing PowerShellGet, see our documentation or the PowerShellGet Github repository. With the latest PowerShellGet…
Resource providers and types 2017-7-25 5 min to read Contributors In this article PowerShellAzure CLIPortalNext steps+ When deploying resources, you frequently need to retrieve information about the resource providers and types. In this article, you learn to:+View all resource providers in AzureCheck registration status of…
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Recent Comments