python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get resource from symbolic name array in Bicep
In Bicep I am creating an array of origin groups with a for loop. I want to be able to reference specific values in this array as a parent for another resource.
I'm creating the array like this:
var o...
Amateur
Votes: 0
Answers: 2
Add RBAC role on a Azure blob storage container with Bicep
I'm deploying an azure datalake gen 2 storage account with bicep.
I want to assign roles (groups) on a containers with bicep (see code below). But I keep getting an error. Can someone help me ?
targe...
Ederick Ruiz
Votes: 0
Answers: 1
How to make synapse managed private endpoints privateLinkResourceId a parameter in workspace_publish branch
With the latest version of the Synapse workspace deployment task in Azure DevOps it is now possible to 'deploy managed private endpoints in template'. Unfortunately the property privateLinkResourceId ...
eedwards
Votes: 0
Answers: 2
Default Values in ARM templates when using Template Specs
We have implemented Template Specs for our ARM deployments to Azure a while ago and we drastically decreased the amount of work by doing that. The next thing we're trying to achieve is to start implem...
legan
Votes: 0
Answers: 2