Skip to content

Commit 98ce158

Browse files
authored
Merge pull request #14058 from MicrosoftDocs/ghogen-patch-884327
Update Azure Development overview
2 parents 30c9815 + 6b721a3 commit 98ce158

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
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

0 commit comments

Comments
 (0)