Questions tagged [azure-resource-manager]

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.

The tag is for ARM processors, use this tag for Azure Resource Manager.

2907 questions
1
vote
1 answer

manage azure resource manager storage powershell

I'm facing following issue Switch-AzureMode AzureResourceManager New-AzureStorageAccount -ResourceGroupName "XYZ" -Name "VmTemplateStorage" -Type "Standard_LRS" # lists the account Get-AzureStorageAccount Set-AzureSubscription -SubscriptionName…
1
vote
1 answer

Azure Resource Health REST API response health status inconsistent with portal result for web app resource type

When I send a GET request using the Azure Resource Management REST API to get the resource health status of all the resources under a particular subscription Id like…
juvchan
  • 6,113
  • 2
  • 22
  • 35
1
vote
1 answer

Azure Resourcement Management REST API for Azure Resource Health

I am new to this forum. I am looking at the Microsoft documentation on the Azure resource health Rest Api at the link below: https://azure.microsoft.com/en-us/blog/reduce-troubleshooting-time-with-azure-resource-health/ However, when I deliberately…
user5576757
1
vote
1 answer

How to find DeploymentId of an Azure VM deployed with Resource Manager?

Azure Diagnostics Extension uses DeploymentId to store performance counter and other data in the storage tables. However, when a VM is deployed thru Azure Resource Manager, finding out what this DeploymentId is, is not apparent. How does one find…
Igorek
  • 15,716
  • 3
  • 54
  • 92
1
vote
2 answers

New-AzureResourceGroup unauthorized in VSO build agent

I have a build agent set up on a VM in Azure, that is linked to our Visual Studio Online. I then have an Azure Powershell build step that runs a script that tries to execute New-AzureResourceGroup. This results in the…
1
vote
1 answer

Azure Virtual Machine Cannot Add Extensions

I have the latest version of the Azure Powershell installed (0.9.7). I have a new virtual machine that was created via the Preview Portal. It was created with the new Resource Group model. I am trying to install a few extensions but I cannot figure…
Jonathan
  • 592
  • 2
  • 7
  • 18
1
vote
2 answers

How can I use Azure-provided DNS for Resource Manager VMs?

I've been migrating my Azure resources from the V1 Service Management API to the V2 Resource Manager API, but am not sure about Azure-provided DNS. Previously I could ping hosts within the same Cloud Service, however there are no more Cloud Services…
1
vote
1 answer

How do I package source code for a web site and a database so that it can be referenced in a ARM template?

I've been looking at various articles around authoring ARM template files including Authoring Azure Resource Manager Templates. That article explains how to author a template file to deploy a website assuming that that website has already been…
jamiet
  • 10,501
  • 14
  • 80
  • 159
1
vote
1 answer

How do I find the properties of a resource with azure resource manager

How can I see the configuration of a resource in a resource group? I've provisioned a database through the portal and I'd like to see what that configuration is in the template language.
JeffreyABecker
  • 2,724
  • 1
  • 25
  • 36
1
vote
2 answers

Add storage to Azure resource manager

Is it possible to add storage to a resource groups? IIRC my storage group was created automatically when I used the 'old' version of the portal. I can see my domain and VM in the group, but no storage. How do I add it?
Rob
  • 21
  • 5
1
vote
2 answers

Azure Resource Template: language expression is not supported

I'm creating an Azure resource template and getting this validation error when I specify tags: New-AzureResourceGroupDeployment : Error 1: Code=InvalidTemplate; Message=Deployment template validation failed: 'The template resource …
BenV
  • 12,052
  • 13
  • 64
  • 92
0
votes
1 answer

ARM Template Load Balancer - InvalidTemplate-ResourceID: all function arguments must be string literals

'Unable to evaluate template language function 'resourceId': all function arguments must be string literals.' I have written an ARM template to deploy a Load Balancer and attach a Backend Pool to that. When I deploy, I get the above error. I am…
0
votes
0 answers

Can Azure Marketplace template test for a non-duplicate subdomain in existing Azure DNS Zone?

I'm building an Azure Marketplace template that will build isolated tenancy (by definition) for a web app, but create a custom domain name based on the purchasing company (e.g.: 'acme') as a sub-domain to my product's apex domain (e.g.:…
0
votes
1 answer

Azure API Management Extractor tool from Microsoft doesnt support extracting named values with Key vault values

I am using extractor tool from Microsoft. Recently we changed some of our named values type from secret to Key vault. However when we generate extractor tool it deletes that named values and ignore it. Is there any way to fix this so that we can…
0
votes
2 answers

Using mongosh to create users and database automatically

Im currently using an armtemplate to create a Linux VM with MongoDB installed. Ive been using mongo script earlier for the version 4.4 of MongoDb. But we want to now start installing 6.0. In this version Mongo no longer is a part of the…
xatrivus
  • 21
  • 4