Questions tagged [azure-bicep]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
1 vote
0 answers
509 views

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 ...
Brendan's user avatar
  • 153
0 votes
0 answers
58 views

How to add delegation to existing subnet in azure bicep?

I am trying to create azure app function which should be accessible to postgres in private vnet. But, it seems the network is showing error as already delegated so can't add that. So I tried adding ...
sardar's user avatar
  • 1