Skip to content

[AppService] Fixes #15604, #15605: Add Dotnet5 support - #15721

Merged
Yunge Zhu (yungezz) merged 10 commits into
Azure:releasefrom
calvinsID:dotnet5
Nov 9, 2020
Merged

[AppService] Fixes #15604, #15605: Add Dotnet5 support#15721
Yunge Zhu (yungezz) merged 10 commits into
Azure:releasefrom
calvinsID:dotnet5

Conversation

@calvinsID

@calvinsID calvin (calvinsID) commented Oct 29, 2020

Copy link
Copy Markdown
Contributor

Description

Fixes #15604 #15605

  • Add .NET 5 support for AppService webapps. Runtime dotnet|5.0 can be used with az webapp create and az webapp up

Testing Guide

  • az webapp list-runtimes (--linux) should show dotnet|5.0 as an available runtime
  • az webapp up run in a .NET5 app should work and create a dotnet|5.0 webapp
  • az webapp create --runtime "dotnet|5.0" should create a dotnet|5.0 webapp

Also included bugfixes:

  • issue WebApp:az webapp create --runtime not idempotent #15701: running az webapp create --runtime "node|12-lts" consecutively with the same webapp should work
  • Also fixes issue where running az webapp up on an existing webapp with different runtime doesn't update the webapp's runtime

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

Comment thread src/azure-cli/azure/cli/command_modules/appservice/custom.py Outdated
Comment thread src/azure-cli/azure/cli/command_modules/appservice/custom.py Outdated
@yungezz

Copy link
Copy Markdown
Member

hi Feiyue Yu (@qwordy) could you pls help to review?

@calvinsID

Copy link
Copy Markdown
Contributor Author

Still testing, will take PR out of draft when done

@qwordy

Copy link
Copy Markdown
Member

OK. Will review after it is done.

Comment thread src/azure-cli/azure/cli/command_modules/appservice/custom.py Outdated
@qwordy

Feiyue Yu (qwordy) commented Nov 3, 2020

Copy link
Copy Markdown
Member

calvin (@calvinsID) Can you help set the target branch to release since you require a hot fix. Thanks.

@calvinsID
calvin (calvinsID) changed the base branch from dev to release November 3, 2020 03:09
@calvinsID
calvin (calvinsID) changed the base branch from release to dev November 3, 2020 03:11
@calvinsID
calvin (calvinsID) changed the base branch from dev to release November 3, 2020 03:29
@calvinsID
calvin (calvinsID) marked this pull request as ready for review November 3, 2020 03:31
@btardif

Copy link
Copy Markdown
Member

Sisira Panchagnula (@panchagnula) I sign-off on my side. Got to test it out with the private drop I got from calvin (@calvinsID) and everything looks tip-top 🎩

@calvinsID calvin (calvinsID) changed the title [AppService] Add Dotnet5 support [AppService] Fixes #15604, #15605: Add Dotnet5 support Nov 5, 2020

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@panchagnula

Copy link
Copy Markdown
Contributor

Feiyue Yu (@qwordy) can you help us with the build errors?

@qwordy

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@qwordy

Copy link
Copy Markdown
Member

Feiyue Yu (@qwordy) can you help us with the build errors?

The failed task can succeed in other PRs. Let's retry.

@qwordy

Copy link
Copy Markdown
Member

I wrote a PR to fix it: #15804.

@qwordy

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@qwordy

Copy link
Copy Markdown
Member

I wrote a PR to fix it: #15804.

It is merged.

@calvinsID

Copy link
Copy Markdown
Contributor Author

I wrote a PR to fix it: #15804.

It is merged.

thanks Feiyue Yu (@qwordy) , pulled in your changes

@qwordy

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

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

5 participants