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)
In Azure Bicep, how do I define a child resource each for multiple existing parent resources?
This is my actual use case: I'm writing a Bicep file that adds a subnet to an existing VNET and that should then add corresponding VNET rules to a list of Azure SQL Servers. The SQL Servers should be ...
Fabian Schmied
Votes: 0
Answers: 1
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
Bicep template FunctionApp App Key creation
I am deploying Azure Functions using bicep templates. To connect the FunctionApp to my API-Management, I want to have an additional AppKey called management that is randomly generated. Currently my so...

DrEichenbach
Votes: 0
Answers: 0
How to assign RBAC to KeyVault in another resourceGroup
I am deploying a couple of web apps - as the web apps build I need to be able to assign the system identity of each web app to an RABC role for a KeyVault in another resource group that has my certifi...
JacksWastedLife
Votes: 0
Answers: 1