Azure Resource Manager is a framework for deploying and managing applications across resources and managing groups of resources as single logical units on the Microsoft Azure cloud computing platform.
ASM had the ability to change the default subscription with the -Default (and now deprecated) parameter Select-AzureSubscription -Default but the …
azure azure-resource-managerI'm having an issue with Azure PS modules. I have installed via PS gallery with the following: Install-Module AzureRM Install-Module …
powershell azure azure-resource-managerI want to automate my Azure resource management, and I'm using the ARM templates to do so. If I want …
c# azure active-directory azure-resource-managerI have made some small changes to an Azure ARM template file and now when I try to deploy or …
azure azure-resource-managerI have a setup in azure with a bunch of resources combined in a resource group. I want my services …
azure azure-sql-database azure-storage azure-web-app-service azure-resource-managerIn Azure there are 2 options available to create virtual machines. A. normal VM B. Classic VM Does anybody know what …
azure azure-virtual-machine azure-resource-managerI'm creating an Azure Resource Manager template that instantiates multiple resources, including an Azure storage account and an Azure App …
azure-storage azure-resource-managerI'm attempting to use the AzureResourceManager PowerShell module to create and configure a website. I started with a template file …
powershell azure azure-web-app-service azure-resource-managerI'm trying to write some Powershell to get a list of Azure ARM vms (Not classic) and the currently associated …
powershell azure azure-resource-managerI have configured an Application Gateway (AG) to do SSL termination/offload. The AG is configured to only listen on …
azure azure-resource-manager azure-application-gateway