Forum Discussion
Salam_ELIAS
Feb 04, 2023Copper Contributor
AZURE function Visual studio code does not trigger "Select Storage Account"
I am trying to follow tutorial at Create your first durable function in Azure using C# | Microsoft Learn It is indicated at step 3 When Visual Studio Code prompts you to select a storage account...
Robina
Feb 05, 2023Iron Contributor
"Select Storage Account" feature in Visual Studio Code for Azure Functions can sometimes not be triggered due to a few reasons such as an outdated Azure Functions extension, incorrect configuration of Azure account, or incorrect workspace settings.
To resolve this issue, try the following steps:
Update Azure Functions extension to the latest version.
Ensure you have logged in to the correct Azure account in Visual Studio Code.
Check the workspace settings to make sure that the Azure Functions extension is enabled for the workspace.
To resolve this issue, try the following steps:
Update Azure Functions extension to the latest version.
Ensure you have logged in to the correct Azure account in Visual Studio Code.
Check the workspace settings to make sure that the Azure Functions extension is enabled for the workspace.
Salam_ELIAS
Feb 05, 2023Copper Contributor
Anyway, can you share the syntax for adding it manually and in which file? Thanks