microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
365 stars 29 forks source link

Feature Request: Add bicep docs for managed identity #828

Open stuartleeks opened 1 year ago

stuartleeks commented 1 year ago

Is your feature request related to a problem? Please describe.
When automating deployments with bicep, the docs don't give guidance for using bicep.

Describe the solution you'd like.
Including bicep in the docs would reduce the amount of time spent digging to work out how to automate deployments of container apps with managed identity.

Describe alternatives you've considered.
n/a

Additional context.

https://learn.microsoft.com/en-us/azure/container-apps/managed-identity-image-pull?tabs=azure-cli&pivots=azure-portal: image

https://learn.microsoft.com/en-us/azure/container-apps/managed-identity?tabs=portal%2Cdotnet: image

ahmelsayed commented 1 year ago

here is an example if you're blocked. https://github.com/ahmelsayed/bicep-templates/blob/main/apps/grafana/aca-grafana.bicep

But I'll update the doc too

v-jaswel commented 4 months ago

Hi @stuartleeks , first I apologize for the long delay. We've added Bicep information to these articles:

https://learn.microsoft.com/en-us/azure/container-apps/managed-identity?tabs=bicep%2Cdotnet https://learn.microsoft.com/en-us/azure/container-apps/managed-identity-image-pull?tabs=bash&pivots=bicep

Thank you! v-jaswel