python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Deployment of ARM template to Devops branch
As a part of learning bicep, I've created an arm template for linked service to an existing ADF. When I deploy the template from ADF, It is being deployed directly in live mode.
Would it be possible t...
Raj Vishakh M
Votes: 0
Answers: 1
Getting error - The policy assignment 'xyz' create request is invalid. Policy assignment scope must match the scope specified in the URI
I am trying to create an ARM template which creates a policy definition and an policy assignment as well. While creating policy assignment, I am getting an error that says - "The policy assignmen...
Siddhi Morajkar
Votes: 0
Answers: 1
Dynamically get all subscription ids under a given management group during ARM template deployment
I would like to know during the template deployment all subscriptions that are under a specific Management Group.
I couldn't find any ARM template function that could get such info.
Is there a way to ...
daniel
Votes: 0
Answers: 0
ARM Template - Conditionally add to an Array
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters":...

Varun Sharma
Votes: 0
Answers: 1