Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single quotes do not work - Examples need to be updated #24489

Closed
jmsteinbrunner opened this issue Oct 29, 2022 · 2 comments · Fixed by #24502
Closed

Single quotes do not work - Examples need to be updated #24489

jmsteinbrunner opened this issue Oct 29, 2022 · 2 comments · Fixed by #24502
Assignees
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. CXP Attention This issue is handled by CXP team. Documentation Web Apps az webapp

Comments

@jmsteinbrunner
Copy link

jmsteinbrunner commented Oct 29, 2022

When trying to add a vnet, the documentation shows to use single quotes when referencing a vnet by Resource ID.

When I include the single quotes, it does not work.
az webapp vnet-integration add -g resource-group-name -n resource-name --subnet subnet-name --vnet '/subscriptions/.../vnet-name'
When I exclude the quotes, it works
az webapp vnet-integration add -g resource-group-name -n resource-name --subnet subnet-name --vnet /subscriptions/.../vnet-name


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@ghost ghost added customer-reported Issues that are reported by GitHub users external to the Azure organization. Web Apps az webapp CXP Attention This issue is handled by CXP team. Auto-Assign Auto assign by bot labels Oct 29, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 30, 2022

route to CXP team

@RakeshMohanMSFT RakeshMohanMSFT self-assigned this Oct 31, 2022
@RakeshMohanMSFT
Copy link
Contributor

@jmsteinbrunner Thank you for reaching out, we are looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. CXP Attention This issue is handled by CXP team. Documentation Web Apps az webapp
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants