Questions tagged [azure-bicep]
2 questions
1
vote
0 answers
Get a Bicep reference to the private IP allocated to an 'auto-generated' NIC on a Azure Static Web App
I am deploying a Static Web App but only want to expose it to my private network so I can funnel traffic through another resource. I'm using a private endpoint to do this and deploying with Bicep scripts.
When you deploy a private endpoint, it…
Brendan
- 131
- 5
0
votes
0 answers
Does Microsoft's Bicep DSL allow line continuation in function calls?
I'm starting to use Bicep to deploy Azure resources, and sometimes have to refer to other resources with the resourceId() function, but the arguments for this can be pretty long. In many languages, I could just put each parameter on its own…
Iain Hallam
- 447
- 2
- 6
- 21