OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

Add global.json to force Kudu use SDK 2.1.515 #109

Closed abbodh closed 4 years ago

abbodh commented 4 years ago

After .NET Core SDK 3.1.301 was rolled out in Azure App Service, Kudu failed to build the app with the following exception: System.ComponentModel.Win32Exception (5): Access is denied.

In order to fix the build issue, we add a global.json in the code base. So that Kudu is forced to use the previous SDK version, which can build the app without issue.

See https://stackoverflow.com/questions/62595408/error-access-is-denied-deployment-to-azure-app-service