Skip to content

Commit 37b7868

Browse files
Merge pull request #10729 from MicrosoftDocs/main638811398557879276sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 1bfd239 + be8a3df commit 37b7868

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ If you've already installed Visual Studio:
2424
- Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
2525
- Verify the **ASP.NET and web development** and **Azure development** workloads are installed by selecting **Tools** > **Get Tools and Features**.
2626

27+
> [!WARNING]
28+
> This article makes use of connection strings. Use caution when managing connections using usernames, passwords, or access keys. These secrets shouldn't be committed to source control or placed in unsecure locations where they might be accessed by unintended users. During local development, you'll generally connect to a local database that doesn't require storing secrets or connecting directly to Azure. During production, [connect to your Azure SQL database using a secretless approach](/azure/azure-sql/database/azure-sql-dotnet-entity-framework-core-quickstart) such as [Microsoft Entra ID](/entra/fundamentals/whatis) when possible.
29+
2730
## Set up the sample app locally
2831

2932
Use the TODO sample app to follow along with this tutorial. Clone the app from GitHub using the following command:

docs/msbuild/common-msbuild-project-items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Common MSBuild Project Items
3-
description: Learn about common MSBuild project items. Items are named references to one or more files, and have metadata like file names, paths, and version numbers.
3+
description: Learn about common MSBuild project items. Items are named references to one or more strings (for example, filenames), and have metadata like file names, paths, and version numbers.
44
ms.date: 4/2/2025
55
ms.topic: reference
66
dev_langs:
@@ -16,7 +16,7 @@ ms.subservice: msbuild
1616
---
1717
# Common MSBuild project items
1818

19-
In MSBuild, an item is a named reference to one or more files. Items contain metadata such as file names, paths, and version numbers. All project types in Visual Studio have several items in common. These items are defined in the file *Microsoft.Build.CommonTypes.xsd*.
19+
In MSBuild, an item is a named reference to one or more strings, such as filenames. Items contain metadata such as file names, paths, and version numbers. All project types in Visual Studio have several items in common. These items are defined in the file *Microsoft.Build.CommonTypes.xsd*.
2020

2121
This article lists all the common project items defined in MSBuild itself. Items and properties provided by the .NET SDK are documented at [MSBuild reference for Microsoft.Net.Sdk](/dotnet/core/project-sdk/msbuild-props).
2222

subscriptions/vs-tech-support.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Activate Technical Support for subscriptions
33
author: joseb-rdc
44
ms.author: amast
55
manager: shve
6-
ms.date: 09/11/2024
6+
ms.date: 04/24/2025
77
ms.topic: how-to
88
description: Activate the technical support benefit included with your Visual Studio subscription, locate supported products and resources, and learn how to submit incidents.
99
---
@@ -12,10 +12,10 @@ description: Activate the technical support benefit included with your Visual St
1212
The Technical Support benefit in Visual Studio subscriptions is for resolving break-fix issues in **non-production environments** for products that are still in the mainstream support phase of the [support lifecycle](https://support.microsoft.com/lifecycle/search). Visual Studio Enterprise standard and annual cloud subscriptions receive four incidents, while Visual Studio Professional standard and annual cloud subscriptions receive two incidents, for up to one year from benefit activation. Benefit activation must occur while the subscription is current.
1313

1414
> [!NOTE]
15-
> Microsoft no longer offers Visual Studio Professional Annual subscriptions and Visual Studio Enterprise Annual subscriptions in Cloud Subscriptions. There will be no change to existing customers experience and ability to renew, increase, decrease, or cancel their subscriptions. New customers are encouraged to go to <https://visualstudio.microsoft.com/vs/pricing/> to explore different options to purchase Visual Studio subscriptions.
15+
> Microsoft no longer offers Visual Studio Professional Annual subscriptions and Visual Studio Enterprise Annual subscriptions in Cloud Subscriptions. There's no change to existing customers experience and ability to renew, increase, decrease, or cancel their subscriptions. New customers are encouraged to go to <https://visualstudio.microsoft.com/vs/pricing/> to explore different options to purchase Visual Studio subscriptions.
1616
1717
> [!NOTE]
18-
> Not all subscriptions at a given level are eligible to receive support incidents. Subscriptions acquired through FTE, NFR, MPN, MCT and other programs do not receive support incidents. If your subscription is not eligible to receive technical support incidents, the Technical Support tile will not appear in your available benefits.
18+
> Not all subscriptions at a given level are eligible to receive support incidents. Subscriptions acquired through Full Time Employee (FTE), Not For Resale (NFR), Microsoft AI Cloud Partner Program (MAICPP), Microsoft Certified Trainer (MCT), and other programs don't receive support incidents. If your subscription isn't eligible to receive technical support incidents, the Technical Support tile isn't displayed among your benefits.
1919
2020
## Supported products
2121

@@ -26,7 +26,7 @@ Nondeveloper products (such as SQL, Windows, SharePoint) downloaded from Visual
2626
Product level descriptions: Expand **Unavailable support plans**. If you see **Support plan cannot be used for support on the specified product (Code: 8)**, your support contract can't be used for the product version you selected.
2727

2828
> [!IMPORTANT]
29-
> The support incidents provided are for break-fix support. They may not be used for assistance with coding/development issues involving the following products:
29+
> The support incidents provided are for break-fix support. They might not be used for assistance with coding/development issues involving the following products:
3030
> - Microsoft Teams
3131
> - Microsoft Office
3232
> - Microsoft SharePoint
@@ -37,9 +37,9 @@ Product level descriptions: Expand **Unavailable support plans**. If you see **S
3737
## How to activate the benefit
3838

3939
> [!NOTE]
40-
> The following steps apply to activation of the benefit in **English** only. For other languages, visit <https://visualstudio.microsoft.com/subscriptions/support>, scroll to the bottom, and select **Account, Subscription and Billing Support** and then select your country/region from the drop-down list.
40+
> The following steps apply to activation of the benefit in **English** only. For other languages, visit <https://visualstudio.microsoft.com/subscriptions/support>, scroll to the bottom, and select **Account, Subscription and Billing Support** and then select your country/region from the drop-down list.
4141
42-
1. Go to <https://my.visualstudio.com/Benefits>, scroll down to the Support section and on the Technical Support tile select **Chat to activate**.
42+
1. Go to <https://my.visualstudio.com/Benefits>, scroll down to the Support section, and on the Technical Support tile select **Chat to activate**.
4343
> [!div class="mx-imgBorder"]
4444
> ![Technical Support Benefit Tile](_img/vs-tech-support/vs-tech-support-tile.png "Screenshot of the Technical Support tile. The chat to activate button is highlighted.")
4545
2. You join a chat session with a representative who can create your **Contract ID** and **Access ID** and provide those numbers to you via email so you have them for your records.
@@ -52,9 +52,9 @@ Product level descriptions: Expand **Unavailable support plans**. If you see **S
5252
+ The Subscription ID, which can be found on the [Subscriptions](https://my.visualstudio.com/subscriptions) tab.
5353

5454
> [!div class="mx-imgBorder"]
55-
> ![Technical Support Benefit Find Subscription ID](_img/vs-tech-support/vs-tech-support-subID-cropped.png "Screenshot of the subscriptions page. An example of a subscription ID is highlighted.")
55+
> ![Technical Support Benefit Find Subscription ID](_img/vs-tech-support/vs-tech-support-subID-cropped.png "Screenshot of the subscriptions page. An example of a subscription ID is highlighted.")
5656
57-
4. After the process is completed, you receive an email containing your **Contract ID** and **Access ID** you use when creating a support incident. It also provides instructions for submitting support incidents using your new Access ID and Contract ID.
57+
4. After the process is completed, you receive an email containing your **Contract ID** and **Access ID** you use when creating a support incident. It also provides instructions for submitting support incidents using your new Access ID and Contract ID.
5858

5959
## How to submit an incident using your benefit
6060

@@ -69,7 +69,7 @@ You can submit incidents online, over the phone, or from the Azure portal.
6969
To submit an incident via the Support for business portal, follow these steps:
7070

7171
> [!NOTE]
72-
> You may receive a notice that you need to confirm your email address. Select the **Send email** link in the notice to send the confirmation to the email address listed in your profile.
72+
> You might receive a notice that you need to confirm your email address. Select the **Send email** link in the notice to send the confirmation to the email address listed in your profile.
7373
7474
1. Sign in to <https://support.microsoft.com/en-us/supportforbusiness/productselection>
7575

@@ -81,15 +81,15 @@ To submit an incident via the Support for business portal, follow these steps:
8181
0. Enter the **Access ID** and **Contract ID** you received in your confirmation email when you activated your support benefit. Select **Add**.
8282
> [!div class="mx-imgBorder"]
8383
> ![Add a Contract ID](_img/vs-tech-support/vs-tech-support-add-contract-id.png "Screenshot of the dialog to add a new contract ID.")
84-
0. Your new support contract appears in the **Step 2**. Select it.
85-
0. Indicate the severity of your issue. "Important" is the default.
84+
0. Your new support contract appears in the **Step 2**. Select it.
85+
0. Indicate the severity of your issue. "Important" is the default.
8686
0. Choose when you would like to receive support. "Only during business hours" is selected by default. The option for "24/7 support" is only available if you selected "Critical" as the severity.
8787
0. Select **Next** to continue.
8888
0. For **Step 3**, provide the contact information you would like your support agent to use to contact you.
8989
> [!div class="mx-imgBorder"]
9090
> ![Verify your contact information](_img/vs-tech-support/vs-tech-support-contact-info.png "Screenshot of primary contact information dialog.")
91-
0. In **Step 4**, you can share this support request information with others on your team. Enter the email addresses of the people with whom you would like to share the request. Select **Next** to move to the next step.
92-
0. **Step 5** summarizes all of the information you've provided for the incident. If you're satisfied that everything is correct and you're ready to proceed, select **Submit**.
91+
0. In **Step 4**, you can share this support request information with others on your team. Enter the email addresses of the people with whom you would like to share the request. Select **Next** to move to the next step.
92+
0. **Step 5** summarizes all of the information you provide for the incident. If you're satisfied that everything is correct and you're ready to proceed, select **Submit**.
9393

9494
### Submit an incident by phone
9595

@@ -101,7 +101,7 @@ To use your Visual Studio subscription technical support benefit for issues rela
101101

102102
1. Visit https://portal.azure.com and sign in
103103
0. From the left-hand navigation, select **Help + Support**
104-
0. Under Support, select **New Support Request**
104+
0. Under "Support", select **New Support Request**
105105

106106
## Eligibility
107107

@@ -116,15 +116,15 @@ To use your Visual Studio subscription technical support benefit for issues rela
116116
| Visual Studio Enterprise, Visual Studio Professional (monthly cloud) | Azure | Not available | NA |
117117
||
118118

119-
<sup>1</sup> *Includes: Imagine Premium, BizSpark. Excludes: Not for Resale (NFR), Visual Studio Industry Partner (VSIP), Microsoft Cloud Partner Program, FTE, MCT Software & Services Developer, Imagine Standard, Most Valuable Professional (MVP), Regional Director (RD), MCT Software & Services. Excludes: NFR Basic*
119+
<sup>1</sup> *Includes: Imagine Premium, BizSpark. Excludes: Not for Resale (NFR), Visual Studio Industry Partner (VSIP), Microsoft AI Cloud Partner Program, Full Time Employee (FTE), Microsoft Certified Trainer (MCT) Software & Services Developer, Imagine Standard, Most Valuable Professional (MVP), Regional Director (RD), Microsoft Certified Trainer (MCT) Software & Services, Not for Resale Basic (NFR Basic)*
120120

121121
<sup>2</sup> *Includes: Imagine Standard.*
122122

123-
Not sure which subscription you're using? Connect to [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) to see all the subscriptions assigned to your email address. If you don't see all your subscriptions, you may have one or more assigned to a different email address. You need to sign in with that email address to see those subscriptions.
123+
Not sure which subscription you're using? Connect to [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) to see all the subscriptions assigned to your email address. If you don't see all your subscriptions, you might have one or more assigned to a different email address. You need to sign in with that email address to see those subscriptions.
124124

125125
## Support resources
126126

127-
For assistance with sales, subscriptions, accounts and billing for Visual Studio Subscriptions, contact [Visual Studio subscriptions support](https://my.visualstudio.com/gethelp).
127+
For assistance with sales, subscriptions, accounts, and billing for Visual Studio Subscriptions, contact [Visual Studio subscriptions support](https://my.visualstudio.com/gethelp).
128128

129129
## See also
130130

@@ -135,7 +135,7 @@ For assistance with sales, subscriptions, accounts and billing for Visual Studio
135135

136136
## Next steps
137137

138-
Be sure to activate these great benefits to make the most of your Visual Studio subscription:
138+
To make the most of your Visual Studio subscription, be sure to activate these great benefits:
139139
+ [Visual Studio](vs-ide-benefit.md)
140140
+ [Azure DevOps](vs-azure-devops.md)
141141
+ [Azure DevTest offer / credits](/azure/devtest/offer/)

0 commit comments

Comments
 (0)