Skip to content

Commit 7ccc6e0

Browse files
authored
Merge pull request #8341 from MicrosoftDocs/main637955967554635349sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 6d5ba95 + 94cb0a7 commit 7ccc6e0

9 files changed

+50
-4
lines changed
Loading
Loading
Loading
Loading
Loading
36.3 KB
Loading

docs/azure/overview-azure-integration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ This is a typical Visual Studio dialog where you can browse and search existing
3131
> [!NOTE]
3232
> This example shows instances of Azure App Service, but a similar dialog exists for all Azure services that Visual Studio supports.
3333
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+
3438
## Browse and search existing Azure resources
3539

3640
The following screenshot shows a typical Visual Studio dialog where you can browse and search existing Azure resources.

docs/azure/overview-connected-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.technology: vs-azure
77
ms.custom: vs-azure
88
ms.workload: azure-vs
99
ms.topic: overview
10-
ms.date: 02/15/2022
10+
ms.date: 08/01/2022
1111
ms.author: ghogen
1212
monikerRange: ">=vs-2019"
1313
---

docs/azure/vs-azure-tools-connected-services-storage.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.technology: vs-azure
77
ms.custom: vs-azure
88
ms.workload: azure-vs
99
ms.topic: how-to
10-
ms.date: 08/13/2020
10+
ms.date: 08/03/2022
1111
ms.author: ghogen
1212
---
1313
# Adding Azure storage by using Visual Studio Connected Services
@@ -37,8 +37,7 @@ The connected service functionality adds all the needed references and connectio
3737

3838
## Connect to Azure Storage using Connected Services
3939

40-
41-
:::moniker range=">=vs-2019"
40+
:::moniker range="vs-2019"
4241

4342
1. Open your project in Visual Studio.
4443

@@ -83,6 +82,49 @@ The connected service functionality adds all the needed references and connectio
8382
1. The storage connected service appears under the **Service References** node of your project.
8483
:::moniker-end
8584

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+
![Screenshot of using Feature Search to search for Azure Storage.](./media/vs-2022/feature-search-azure-storage.png)
94+
95+
1. In the **Connect to Dependency** page, select **Azure Storage**, and then click **Next**.
96+
97+
![Screenshot showing connecting to dependency - Azure Storage.](./media/vs-2022/connect-to-dependency-azure-storage.png)
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+
![Screenshot showing adding an existing storage account to project.](./media/vs-2022/connect-to-azure-storage.png)
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**.
112+
113+
![New Azure storage account](./media/vs-2022/azure-storage-create-account.png).
114+
115+
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).
118+
119+
![Specify connection string](./media/vs-2022/azure-storage-connection-string.png)
120+
121+
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+
![Summary of changes](./media/vs-2022/summary-of-changes.png)
124+
125+
1. The storage connected service appears under the **Service References** node of your project.
126+
:::moniker-end
127+
86128
## See also
87129

88130
- [Azure Storage forum](https://social.msdn.microsoft.com/forums/azure/home?forum=windowsazuredata)

0 commit comments

Comments
 (0)