Created
January 10, 2026 14:50
-
-
Save wullemsb/2f04b81e84be7bb03e2775e84ca2887b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RESOURCE_GROUP="rg-dependencytrack-prod" | |
| API_APP_NAME="ca-dtrack-frontend-prod" | |
| # Update container app with OIDC configuration | |
| az containerapp update \ | |
| --name $API_APP_NAME \ | |
| --resource-group $RESOURCE_GROUP \ | |
| --set-env-vars \ | |
| "ALPINE_OIDC_CLIENT_ID=clientid" \ | |
| "ALPINE_OIDC_ISSUER=https://login.microsoftonline.com/tenantid/v2.0" \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment