microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Fail to create a containerized function app after signing in with Azure China account #4054

Open v-xinda opened 5 months ago

v-xinda commented 5 months ago

OS: All Build Version: vscode-azurefunctions-1.13.5-alpha.0

Repro Steps:

  1. Sign in to Azure China account.
  2. Create a containerized function project and open in VS Code.
  3. Create a containerized function app.
  4. Check whether succeeds to create a containerized function app.

Expect: Succeed to create a containerized function app.

Actual: Fail to create a containerized function app. image

nturinski commented 5 months ago

This is failing due to log analytics workspace not creating properly. We should do two things