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.

Cannot SSH to Azure VM

I have a Ubuntu VM on Azure (Resource Group, not the Classic VM) and it all worked out of the …

azure ssh virtual-machine azure-resource-manager azure-vm-role
How do I use ARM 'outputs' values another release task?

I have an ARM template that has and outputs section like the following: "outputs": { "sqlServerFqdn": { "type": "string", "value": "[reference(concat(…

azure azure-devops azure-resource-manager
How to include "Plan information" when creating ARM VM from a captured image using Powershell?

I have a ARM VM created from a Marketplace: bitnami LAMP (Ubuntu) I've successfully captured an image. During the capture …

azure-powershell azure-resource-manager azureportal
Check If Azure Resource Group Exist - Azure Powershell

I'm trying to verify if ResourceGroup exist or not so i thought that following code should return true or false, …

powershell azure-resource-manager azure-powershell
Clone a resource group

So, I've setup a lab environment in a azure resource group with a domain controller, sql-server and a web server. …

azure azure-resource-manager
Why are Azure Resource Groups associated with a specific region?

I'm new to Azure architecture and am trying to understand why Azure Resource Groups, which are logical deployment buckets for …

azure scalability azure-web-app-service azure-resource-manager
Azure ARM Template - accessing a resource Id created by one ARM template in another ARM template

We deploy azure resources using an ARM template as part of our build process before deploying the actual application. So …

json azure octopus-deploy azure-resource-manager
How can I retrieve the instrumentation key for an Application Insights instance in an Azure Resource Group Template?

Is there any way to retrieve the Instrumentation Key for an Application Insights instance in an Azure Resource Group template ? …

azure azure-application-insights azure-resource-manager
Can I loop over properties in ARM templates?

I have an ARM template where I set up a load balancer and I want to add a number of …

azure arm-template azure-resource-manager
Azure: MissingRegistrationForLocation: The subscription is not registered for the resource type 'XXXX' in the location 'YYYY'

This started out as a SubscriptionNotFound error. var dnsClient = new DnsManagementClient(new Microsoft.Azure.TokenCloudCredentials(result.AccessToken)); var zone = dnsClient.…

c# azure azure-resource-manager