container-apps-connect-multiple-apps icon indicating copy to clipboard operation
container-apps-connect-multiple-apps copied to clipboard

Doc needs an update

Open xaviervv opened this issue 3 years ago • 0 comments

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] 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.

xaviervv avatar Jul 14 '22 10:07 xaviervv