Skip to content

Commit 53ae027

Browse files
Merge pull request #10299 from MicrosoftDocs/main638555654952899345sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 48fbd50 + dbe31be commit 53ae027

7 files changed

+26
-6
lines changed

docs/azure/end-to-end-deployment-entity-framework-core-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The publishing features of Visual Studio can handle creating these resources for
115115
- Select **Ok** to close the container apps environment dialog.
116116
- Select **Create** to close the original container apps dialog. Visual Studio creates the container app resource in Azure.
117117
1. Once the resource is created, make sure it's selected in the list of container apps, and then select **Next**.
118-
1. You'll need to create an Azure container registry to store the published image artifact for your app. Select the green **+** icon on the Container Registry screen.
118+
1. You'll need to create an Azure container registry to store the published image artifact for your app. Select the green **+** icon on the **Container Registry** screen.
119119

120120
:::image type="content" source="./media/end-to-end-deployment-entity-framework-core-github-actions/visual-studio-container-registry.png" lightbox="./media/end-to-end-deployment-entity-framework-core-github-actions/visual-studio-container-registry-large.png" alt-text="A screenshot showing how to create a new container registry.":::
121121

docs/azure/how-to-sign-in-with-azure-subscription.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Sign in to Visual Studio for Windows with an Azure subscription and
44
author: ghogen
55
ms.subservice: azure-development
66
ms.author: ghogen
7+
ms.date: 06/12/2024
78
ms.topic: how-to
8-
ms.date: 10/19/2021
99
---
1010

1111
# Sign in with an Azure subscription
1212

13-
If you are not already signed in with an Azure subscription, you might encounter a dialog like the following ones.
13+
If you are not already signed in with an Azure subscription, you might encounter a dialog like these:
1414

1515
![Screenshot showing sign-in for Connected Services.](./media/sign-in-required-connected-services.png)
1616

@@ -20,5 +20,25 @@ If you have a Visual Studio subscription, you already have an Azure subscription
2020

2121
Visual Studio also gives you the opportunity to [create a new, free Azure account](https://signup.azure.com/signup?offer=Azure_MSDN) to try things out with.
2222

23+
Visual Studio allows you to sign in with multiple accounts and it let's you work with Azure resources across multiple Azure subscriptions so no need to sign-out of one in order to sign-in with another!
24+
2325
> [!NOTE]
24-
> Visual Studio allows you to sign in with multiple accounts and it let's you work with Azure resources across multiple Azure subscriptions so no need to sign-out of one in order to sign-in with another!
26+
> For Azure CLI users, be aware that the sign-in from Azure CLI is separate from the sign-in used in Visual Studio, so even if you're signed in to Azure by using `az login` on the same machine where you're running Visual Studio, you still need to provide credentials within Visual Studio.
27+
28+
## To sign in to Azure from a dialog or wizard screen
29+
30+
1. Select the **Sign In** button, and then choose **Add an account**. You should see options such as **Microsoft Work, school, or personal account**. This option means Microsoft Entra ID (Microsoft Account).
31+
32+
![Screenshot of sign-in dropdown.](./media/sign-in-required-microsoft.png)
33+
34+
1. Next, you see a screen listing Microsoft Accounts. Choose the account that has access to the Azure resources you require. Accounts known to Visual Studio are shown, but you can add another if the account you're looking for is not listed.
35+
36+
1. Once you choose an account, you might be asked for credentials and two-factor authentication, depending on the security environment on your computer and your account's security settings.
37+
38+
1. After a successful sign-in, focus returns to the dialog, and you should see your subscription listed in the place where the **Sign In** box was previously.
39+
40+
To avoid having to sign in when you connect to an Azure service or publish to Azure, you can use Visual Studio's account management features to add your Azure subscription to your Visual Studio accounts. In that case, you are automatically signed in whenever you're using Visual Studio. See [Add and switch user accounts to Visual Studio](../ide/signing-in-to-visual-studio.md#add-and-switch-user-accounts-in-visual-studio).
41+
42+
## Related content
43+
44+
- [Sign in to Visual Studio with accounts that require multifactor authentication (MFA)](../ide/work-with-multi-factor-authentication.md)
Loading
21.3 KB
Loading
16.8 KB
Loading

docs/azure/vs-azure-tools-storage-resources-server-explorer-browse-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In Visual Studio 2019 and earlier, you can also use Cloud Explorer to view and m
2525
> [!IMPORTANT]
2626
> Cloud Explorer has been retired in Visual Studio 2022. Instead, you can use the following alternatives:
2727
>
28-
> - To debug Azure App Services or Azure function apps, you can use the Connected Services or the Publish features available on all projects.
28+
> - To debug Azure App Services or Azure Functions apps, you can use the Connected Services or the Publish features available on all projects.
2929
> - If you rely on Visual Studio for publishing, you can access this feature under the "Additional Options" in the Hosting section.
3030
> - If you don't use the publishing feature, the [Connected Services](overview-connected-services.md?view=vs-2022&preserve-view=true) node inside each Project in your Solution can help you configure access to Azure resources and invoke various operations like remote debugging, remote profiling, starting/stopping the application, view streaming logs, and more.
3131
> - Use [Microsoft Azure Storage Explorer](/azure/vs-azure-tools-storage-manage-with-storage-explorer) is a free, standalone app from Microsoft. You can use it to work visually with Azure Storage data on Windows, macOS, and Linux.

docs/code-quality/ca0061.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use one of the following formats to specify a rule in the **FxCopCmd.exe /RuleId
4040

4141
In Visual Studio Code analysis, rules can be specified by using the CodeAnalysisRules property of MSBuild with the following format:
4242

43-
**\<CodeAnalysisRules>-**{*Category*&#124;*Namespace*}#*RuleId*[**;**...]**\</CodeAnalysisRules>**
43+
`<CodeAnalysisRules>-{Category&#124;Namespace}#RuleId[;...]</CodeAnalysisRules>`
4444

4545
For example
4646

0 commit comments

Comments
 (0)