microsoft / MCW-App-modernization

MCW App modernization
MIT License
175 stars 264 forks source link

Enhancement required in Webapp Source code #99

Closed tejaswini972 closed 2 years ago

tejaswini972 commented 2 years ago

Exercise 4 Task 3 Step 8: While Setting up CI/CD with GitHub Actions, after pushing the source code to GitHub then when we try to create connection between the App Service deployment slot and the GitHub repository, the workflow will fail due to .NET Core version mismatch.

Can source code be configured based on .Net 3.1 so while running the lab there will be no requirement of changing the .Net core version manually in Step 13 and it will enhance user experience??

timahenning commented 2 years ago

We narrowed the issue down to an update to the default version of IIS deployed in the ARM template. We are going to update the ARM template and update the instructions to use a new explicit version.

timahenning commented 2 years ago

Additional changes are being made to the lab to make sure the lab will work for a longer period of time. We are upgrading the solution to .NET Core 3.1 LTS. This is taking more time than expected.

timahenning commented 2 years ago

Microsoft Deployment Center may have a bug with ASP.NET Core 3.1 apps being integrated with GitHub Actions. We are rewriting a section of the lab to work around it.

DawnmarieDesJardins commented 2 years ago

Closing issue with merge of RP #102