-
'Development' returned as environment name in Azure after disabling any function
- Azure/azure-functions-host#6239
- Makes impossible to use dynamics configuration bases on environment name
- Possible performance issue is environment name is used internallly?
-
Key Vault references can not be used with Application Insights key/connection string or other important connection strings
- MicrosoftDocs/azure-docs#66490
- Azure/azure-functions-host#5306
- Makes impossible to harden function app configuration sa security-wise
-
AZ CLI displaying misleading error message when creating Y1 app service
-
az cli disables build on deploy for windows function apps
- Azure/azure-cli#12289
- After deployment e.g.
npm install
is not being run anymore. Command must be invoked with Kudu if needed.
Last active
December 4, 2020 08:19
-
-
Save jikuja/684aeb80703c7b5cecd8f9510eaeaa48 to your computer and use it in GitHub Desktop.
Azure
-
ZIP deploy for function apps not supported
- VS for Windows turns on WEBSITE_RUN_FROM_PACKAGE by default and Zip deployment is required for those function apps
Closed - Not a Bug : VS For Mac does not support Zip deployment for Azure Function apps, belong to by design.
- ref: https://developercommunity.visualstudio.com/content/problem/1222569/vs-for-mac-does-not-support-zip-deployment-for-fun.html
- Makes VS for Mac unusable with current default state of function apps
- According to function app team this is missing feature
-
VS for Mac will use extra CPU cycles when running aspnet core app without configuring developer certificates
-
VS for Mac created unneeded csproj entries when adding run(=debug) profile
- ref: https://developercommunity.visualstudio.com/content/problem/1206813/csproj-propertygroups-created-for-aspnet-core-app.html
- Makes collaboration hard because those changes are messing git changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment