Top "Azure-resource-manager" questions

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.

How to Change the Default Azure RM subscription

ASM had the ability to change the default subscription with the -Default (and now deprecated) parameter Select-AzureSubscription -Default but the …

azure azure-resource-manager
Login-AzureRmAccount : The term 'Login-AzureRmAccount' is not recognized as the name of a cmdlet, function, script

I'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-manager
How to get clientId and clientsecret for Azure (ARM) deployment template

I 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-manager
How can I troubleshoot Azure ARM template validation errors?

I have made some small changes to an Azure ARM template file and now when I try to deploy or …

azure azure-resource-manager
Changing Azure Resource Group location

I 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-manager
what is the difference between virtual machine classic and virtual machine in azure?

In 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-manager
ARM - How can I get the access key from a storage account to use in AppSettings later in the template?

I'm creating an Azure Resource Manager template that instantiates multiple resources, including an Azure storage account and an Azure App …

azure-storage azure-resource-manager
Azure website resource template error

I'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-manager
Get current IP addresses associated with an Azure ARM VM's set of NICs via Powershell

I'm trying to write some Powershell to get a list of Azure ARM vms (Not classic) and the currently associated …

powershell azure azure-resource-manager
Redirect HTTP to HTTPS in Azure Application Gateway

I 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