Skip to content

Commit f12d77c

Browse files
Merge pull request #14064 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 3e6571b + 3ec3fcd commit f12d77c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/azure/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ghogen
55
manager: mijacobs
66
ms.subservice: azure-development
77
ms.topic: overview
8-
ms.date: 01/31/2024
8+
ms.date: 7/1/2025
99
ms.author: ghogen
1010
monikerRange: ">=vs-2019"
1111
---
@@ -30,8 +30,6 @@ With Visual Studio, you can both develop apps that run in the Azure cloud, and c
3030

3131
C++ developers can access Azure services such as Azure Storage using a C++ client library, and IoT device developers using C and C++ can connect devices and services to Azure. See [Cloud and web programming in Visual C++](/cpp/cloud/cloud-and-web-programming-in-visual-cpp).
3232

33-
Users of Azure Cloud Services, supported in Visual Studio for many previous releases, can continue to work with these services in Visual Studio using [Azure Cloud Services (extended support)](../azure/cloud-services-extended-support.md).
34-
3533
## Connect to Azure services
3634

3735
When you want to use an Azure service in your application, it usually requires multiple changes to your project, such as package references, code changes, and configuration changes, as well as many changes in Azure to specify the services to connect to, or create them if they don't already exist. Visual Studio helps make this process easier by making those changes in your project and in Azure, based on the information you provide. Visual Studio also gives a list of all the changes, so you can examine them and fully understand what changed.
@@ -50,7 +48,7 @@ What are you deploying?
5048
| - | - |
5149
| Azure App Service (.NET Core) | [Deploy an ASP.NET Core web app](/azure/app-service/quickstart-dotnetcore?tabs=net70&pivots=development-environment-vs&toc=%2Fvisualstudio%2Fazure%2Ftoc.json&bc=%2Fvisualstudio%2Fazure%2Fbreadcrumb%2Ftoc.json#publish-your-web-app) |
5250
| Azure App Service (.NET Framework) | [Deploy an ASP.NET web app (.NET Framework)](/azure/app-service/quickstart-dotnetcore?toc=%2Fvisualstudio%2Fazure%2Ftoc.json&bc=%2Fvisualstudio%2Fazure%2Fbreadcrumb%2Ftoc.json&tabs=netframework48&pivots=development-environment-vs) |
53-
| Azure Container Apps | [Deploy to Azure Container Apps using Visual Studio](/azure/container-apps/deploy-visual-studio) |
51+
| Azure Container Apps | [Deploy to Azure Container Apps using Visual Studio](/azure/container-apps/deploy-visual-studio)<br/><br/>[Deploy a multicontainer app to Azure Container Apps](../containers/deploy-multicontainer-azure-container-apps.md) |
5452
| Azure Functions | [Create your first C# function in Azure using Visual Studio](/azure/azure-functions/functions-create-your-first-function-visual-studio#publish-the-project-to-azure) |
5553
| Azure Container Registry | [Deploy an ASP.NET container to a container registry using Visual Studio](../containers/hosting-web-apps-in-docker.md) |
5654

docs/ide/finding-and-using-visual-studio-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ helpviewer_keywords:
99
- install extensions
1010
- install packages
1111
- managing extensions visual studio
12-
author: anandmeg
13-
ms.author: meghaanand
12+
author: ghogen
13+
ms.author: ghogen
1414
manager: mijacobs
1515
ms.subservice: general-ide
1616

subscriptions/delete-license.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: joseb-rdc
44
ms.author: amast
55
manager: shve
66
ms.assetid: e49242bc-e9f2-49e8-8caa-f574d508aba6
7-
ms.date: 01/28/2025
7+
ms.date: 07/02/2025
88
ms.topic: how-to
99
description: Learn how admins can delete subscription assignments in the Visual Studio Subscriptions Admin Portal.
1010
---
@@ -42,6 +42,9 @@ If you need to delete a large number of subscription assignments, you can use th
4242
>
4343
> Don't use this approach to manage cloud subscriptions. Although you can download and complete the bulk edit template, you can't upload the template with your changes.
4444
45+
> [!NOTE]
46+
> For best practices, it's recommended to process a maximum of 500 users at a time when editing a large number of subscriptions.
47+
4548
1. [Sign in](https://manage.visualstudio.com) by using an email address with admin rights for the agreement that was used to purchase the subscriptions.
4649
0. Select the **Bulk edit** option.
4750
> [!div class="mx-imgBorder"]

0 commit comments

Comments
 (0)