Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 9, 2026 08:43
Show Gist options
  • Select an option

  • Save wullemsb/e42aa15d435849205bbb5b517bd57123 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/e42aa15d435849205bbb5b517bd57123 to your computer and use it in GitHub Desktop.
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