You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure/overview-azure-integration.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ This is a typical Visual Studio dialog where you can browse and search existing
31
31
> [!NOTE]
32
32
> This example shows instances of Azure App Service, but a similar dialog exists for all Azure services that Visual Studio supports.
33
33
34
+
:::moniker range=">=vs-2022"
35
+
You can use **Quick Launch** to find the Visual Studio IDE feature to connect to supported services. To use this feature, open Quick Launch (press **Ctrl**+**Q**), enter a service (for example, `Azure Storage`) to find the Connected Services features and immediately start connecting to the service.
36
+
:::moniker-end
37
+
34
38
## Browse and search existing Azure resources
35
39
36
40
The following screenshot shows a typical Visual Studio dialog where you can browse and search existing Azure resources.
Copy file name to clipboardExpand all lines: docs/azure/vs-azure-tools-connected-services-storage.md
+45-3Lines changed: 45 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.technology: vs-azure
7
7
ms.custom: vs-azure
8
8
ms.workload: azure-vs
9
9
ms.topic: how-to
10
-
ms.date: 08/13/2020
10
+
ms.date: 08/03/2022
11
11
ms.author: ghogen
12
12
---
13
13
# Adding Azure storage by using Visual Studio Connected Services
@@ -37,8 +37,7 @@ The connected service functionality adds all the needed references and connectio
37
37
38
38
## Connect to Azure Storage using Connected Services
39
39
40
-
41
-
:::moniker range=">=vs-2019"
40
+
:::moniker range="vs-2019"
42
41
43
42
1. Open your project in Visual Studio.
44
43
@@ -83,6 +82,49 @@ The connected service functionality adds all the needed references and connectio
83
82
1. The storage connected service appears under the **Service References** node of your project.
84
83
:::moniker-end
85
84
85
+
:::moniker range=">=vs-2022"
86
+
87
+
1. Open your project in Visual Studio.
88
+
89
+
1. Press **Ctrl**+**Q** (or use the **Search** button in the Visual Studio IDE to the right of the main menu bar).
90
+
91
+
1. In **Feature search**, enter `Azure Storage`, and choose **Azure Storage - Project > Connected Services > Add > Azure Storage**.
92
+
93
+

94
+
95
+
1. In the **Connect to Dependency** page, select **Azure Storage**, and then click **Next**.
96
+
97
+

98
+
99
+
If you aren't signed in already, sign into your Azure account. If you don't have an Azure account, you can sign up for a [free trial](https://azure.microsoft.com/free/).
100
+
101
+
1. In the **Connect to Azure Storage** screen, select an existing storage account, and select **Next**.
102
+
103
+
If you need to create a storage account, go to the next step. Otherwise, skip to the following step.
104
+
105
+

106
+
107
+
1. To create a storage account:
108
+
109
+
1. Select **Create new** by the green plus sign.
110
+
111
+
1. Fill out the **Azure Storage: Create new** dialog, and select **Create**.
1. When the **Azure Storage** dialog is displayed, the new storage account appears in the list. Select the new storage account in the list, and select **Next**.
116
+
117
+
1. Enter a connection string name, and choose whether you want the connection string stored in a local secrets file, or in [Azure Key Vault](/azure/key-vault).
1. The **Summary of changes** screen shows all the modifications that will be made to your project if you complete the process. If the changes look OK, choose **Finish**.
122
+
123
+

124
+
125
+
1. The storage connected service appears under the **Service References** node of your project.
0 commit comments