You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
follow the readme/with-fqdn/) steps up to the DOTNET_FQDN = ... step in the script
Any log messages given by the failure
No, because the az command doesn't show any failure output when a query does not match
Expected/desired behavior
With the correct query I expect the url to be returned
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
This is not related to any operating system
Versions
None
Mention any other details that might be useful
Yes, here is the working command. The bold part is missing: "properties."
DOTNET_FQDN=$(az containerapp show
--resource-group 'sample-rg'
--name dotnet-app
--query **properties.**configuration.ingress.fqdn -o tsv)
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Yes, here is the working command. The bold part is missing: "properties."
DOTNET_FQDN=$(az containerapp show
--resource-group 'sample-rg'
--name dotnet-app
--query **properties.**configuration.ingress.fqdn -o tsv)
The text was updated successfully, but these errors were encountered: