Skip to content

Conversation

@calvinsID
Copy link
Contributor

@calvinsID calvinsID commented Dec 14, 2020

Description

  • Make --name parameter optional for command az webapp up

  • If name isn't provided, generate default name in the format adjective-noun-guid, ex. zealous-tree-06c552e1e

  • Also fixes WebApp:unexpected -l #16185 documentation update

Testing Guide

  • run az webapp up without parameters in a directory you want to deploy
  • a default name should be generated for you

image


This checklist is used to make sure that common guidelines for a pull request are followed.

@calvinsID calvinsID added this to the S180 milestone Dec 14, 2020
@calvinsID calvinsID force-pushed the webapp-up-default-name branch from d5b9630 to f3f3184 Compare December 14, 2020 22:56
@calvinsID calvinsID force-pushed the webapp-up-default-name branch from f3f3184 to d6ce090 Compare December 14, 2020 23:37
@yonzhan
Copy link
Collaborator

yonzhan commented Dec 15, 2020

AppService

@yungezz yungezz added the Web Apps az webapp label Dec 15, 2020
@qwordy
Copy link
Member

qwordy commented Dec 15, 2020

Some checks were not successful. Credential found! If you confirm it is not a real credential, add the file name to scripts/ci/credscan/CredScanSuppressions.json

])

# test changing runtime to newer version
time.sleep(30)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not very robust. Magic number.

@panchagnula
Copy link
Contributor

Should we fix this issue as a part of this PR as well? #16266

Copy link
Contributor

@panchagnula panchagnula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments for requested changes.

@calvinsID calvinsID force-pushed the webapp-up-default-name branch from d602fb3 to 086e0d3 Compare December 15, 2020 18:56
@calvinsID
Copy link
Contributor Author

Should we fix this issue as a part of this PR as well? #16266

I couldn't find a consistent repro, so will need to spend more time figuring why the issue happens periodically. I'll do it in a separate PR

Copy link
Contributor

@panchagnula panchagnula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yungezz yungezz merged commit 7882147 into Azure:dev Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Web Apps az webapp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebApp:unexpected -l [az webapp up] if --name parameter is not provided we should auto generate one.

5 participants