Created
January 9, 2026 08:43
-
-
Save wullemsb/e42aa15d435849205bbb5b517bd57123 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
| FRONTEND_URL=$(az containerapp show \ | |
| --name $FRONTEND_APP_NAME \ | |
| --resource-group $RESOURCE_GROUP \ | |
| --query properties.configuration.ingress.fqdn -o tsv) | |
| echo "Dependency-Track UI: https://${FRONTEND_URL}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment