Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution @pranav-04! We will review the pull request and get back to you soon. |
|
@pranav-04 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Related command
az webapp up
Description
The change adds the support for --domain-name-scope parameter. The parameter helps customers to specify the domain name scope for the web app. For example, when creating the web app with --domain-name-scope SubscriptionReuse, it will create webapp with the domain of the format of [appname]-[unique-string].[region].azurewebsites.net instead of the default domain of [appnames].azurewebsites.net.
Testing Guide
az webapp up -g [resrouce-group] --subscription [azure-subscription] -p [appservice-plan] -n [webapp-name] --domain-name-scope TenantReuse
Detailed instructions on how to run az webapp up can be found here
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.