Skip to content

Conversation

@calvinsID
Copy link
Contributor

@calvinsID calvinsID commented Oct 29, 2020

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.

@yungezz yungezz added the Web Apps az webapp label Oct 30, 2020
@yungezz
Copy link
Member

yungezz commented Oct 30, 2020

hi @qwordy could you pls help to review?

@calvinsID
Copy link
Contributor Author

Still testing, will take PR out of draft when done

@qwordy
Copy link
Member

qwordy commented Oct 30, 2020

OK. Will review after it is done.

@calvinsID calvinsID requested a review from panchagnula October 30, 2020 21:33
@qwordy
Copy link
Member

qwordy commented Nov 3, 2020

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

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

btardif commented Nov 4, 2020

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

@calvinsID calvinsID changed the title [AppService] Add Dotnet5 support [AppService] Fixes #15604, #15605: Add Dotnet5 support Nov 5, 2020
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

@panchagnula
Copy link
Contributor

@qwordy can you help us with the build errors?

@qwordy
Copy link
Member

qwordy commented Nov 5, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@qwordy
Copy link
Member

qwordy commented Nov 5, 2020

@qwordy can you help us with the build errors?

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

@qwordy
Copy link
Member

qwordy commented Nov 5, 2020

I wrote a PR to fix it: #15804.

@qwordy
Copy link
Member

qwordy commented Nov 6, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@qwordy
Copy link
Member

qwordy commented Nov 6, 2020

I wrote a PR to fix it: #15804.

It is merged.

@calvinsID
Copy link
Contributor Author

I wrote a PR to fix it: #15804.

It is merged.

thanks @qwordy , pulled in your changes

@qwordy
Copy link
Member

qwordy commented Nov 9, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@yungezz yungezz merged commit 54cc31d into Azure:release Nov 9, 2020
calvinsID added a commit to calvinsID/azure-cli that referenced this pull request Nov 12, 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

5 participants