Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jikuja/684aeb80703c7b5cecd8f9510eaeaa48 to your computer and use it in GitHub Desktop.
Save jikuja/684aeb80703c7b5cecd8f9510eaeaa48 to your computer and use it in GitHub Desktop.
Azure
  • '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

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment