Skip to content

Commit 59d8fde

Browse files
authored
Add link about view cloud explorer replacement
The cloud explorer view has been removed of visual studio 2022. Some new user could search for this view. I add a link to microsoft article about the remove and alternative. Since maybe some of the previous version still have the view cloud explorer, I didn't suggest to recreate the section.
1 parent 7130d97 commit 59d8fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-add-output-binding-storage-queue-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A new queue named `outqueue` is created in your storage account by the Functions
7676

7777
## Examine the output queue
7878

79-
1. In Visual Studio from the **View** menu, select **Cloud Explorer**.
79+
1. In Visual Studio from the **View** menu, select **Cloud Explorer**. ([This view as been removed in Visual Studio 2022](https://docs.microsoft.com/en-us/visualstudio/azure/vs-azure-tools-resources-managing-with-cloud-explorer?view=vs-2022))
8080

8181
1. In **Cloud Explorer**, expand your Azure subscription and **Storage Accounts**, then expand the storage account used by your function. If you can't remember the storage account name, check the `AzureWebJobsStorage` connection string setting in the *local.settings.json* file.
8282

0 commit comments

Comments
 (0)