Azure-Samples / acme-fitness-store

Sample - how to deploy Spring Boot apps to Azure?
https://docs.microsoft.com/en-us/azure/spring-cloud/overview
MIT License
84 stars 158 forks source link

Fixed SCG Show Query Command #145

Closed ryandotclair closed 1 year ago

ryandotclair commented 1 year ago

Below is the error I currently get.

export GATEWAY_URL=$(az spring gateway show | jq -r '.properties.url')

I've fully removed the jq dependency using native az command.