Skip to content

Commit ef76ea8

Browse files
authored
Merge pull request #7988 from ghogen/cloud-services-ga
Cloud Services (extended support) - changes for GA
2 parents 4bf7d82 + 3a886bb commit ef76ea8

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

docs/azure/cloud-services-extended-support.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Cloud Services (extended support) (Preview)
2+
title: Use Cloud Services (extended support)
33
description: Learn now to create and deploy a Cloud Services (extended support) using Azure Resource Manager with Visual Studio
44
author: ghogen
55
manager: jmartens
@@ -10,26 +10,20 @@ ms.date: 01/25/2021
1010
ms.author: ghogen
1111
monikerRange: ">=vs-2019"
1212
---
13-
# Create and deploy to Cloud Services (extended support) in Visual Studio (Preview)
13+
# Create and deploy to Cloud Services (extended support) in Visual Studio
1414

15-
Starting with [Visual Studio 2019 version 16.9](https://visualstudio.microsoft.com/vs/preview) (currently in preview), you can work with cloud services by using Azure Resource Manager, which greatly simplifies and modernizes maintenance and management of Azure resources. This is enabled by a new Azure service referred to as *Cloud Services (extended support)*. You can publish an existing cloud service to Cloud Services (extended support). For information on this Azure service, see [Cloud Services (extended support) documentation](/azure/cloud-services-extended-support/overview).
15+
Starting with [Visual Studio 2019 version 16.9](https://visualstudio.microsoft.com/vs/), you can work with cloud services by using Azure Resource Manager, which greatly simplifies and modernizes maintenance and management of Azure resources. This is enabled by a new Azure service referred to as *Cloud Services (extended support)*. You can publish an existing cloud service to Cloud Services (extended support). For information on this Azure service, see [Cloud Services (extended support) documentation](/azure/cloud-services-extended-support/overview).
1616

1717
## Publish to Cloud Services (extended support)
1818

19-
When you publish your existing Azure Cloud Service project to Cloud Services (extended support), you still retain the capability to publish to a classic Azure Cloud Service. In Visual Studio 2019 version 16.9 Preview 3 and later, classic cloud service projects have a special version of the **Publish** command, **Publish (extended support)**. This command appears on the shortcut menu in **Solution Explorer**.
19+
When you publish your existing Azure Cloud Service project to Cloud Services (extended support), you still retain the capability to publish to a classic Azure Cloud Service. In Visual Studio 2019 version 16.9 and later, classic cloud service projects have a special version of the **Publish** command, **Publish (extended support)**. This command appears on the shortcut menu in **Solution Explorer**.
2020

21-
There are some differences when you publish to Cloud Services (extended support). For example, you are not asked if you are publishing to **Staging** or **Production**, because these deployment slots are not part of the extended support publishing model. Instead, with Cloud Services (extended support), you can set up multiple deployments, and swap deployments in the Azure portal. Although the Visual Studio tooling allows for setting this in 16.9 Preview 3, the swap feature will not be enabled until a later release of Cloud Services (extended support) and may result in a failure at deployment time during the Preview.
21+
There are some differences when you publish to Cloud Services (extended support). For example, you are not asked if you are publishing to **Staging** or **Production**, because these deployment slots are not part of the extended support publishing model. Instead, with Cloud Services (extended support), you can set up multiple deployments, and swap deployments in the Azure portal. Although the Visual Studio tooling allows for setting this in 16.9, the swap feature will not be enabled until a later release of Cloud Services (extended support) and may result in a failure at deployment time during the Preview.
2222

2323
Before publishing a classic Azure Cloud Service to Cloud Services (extended support), check the storage accounts your project uses and make sure they are Storage V1 or Storage V2 accounts. The classic storage account types will fail with an error message at deploy time. Be sure to check the storage account used by diagnostics. To check the diagnostics storage account, see [Set up diagnostics for Azure Cloud Services and virtual machines](vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md). If your service uses a classic storage account, you can upgrade it; see [Upgrade to a general-purpose v2 storage account](/azure/storage/common/storage-account-upgrade?tabs=azure-portal). For general information on the types of storage accounts, see [Storage account overview](/azure/storage/common/storage-account-overview).
2424

2525
### To publish a classic Azure Cloud Service project to Cloud Services (extended support)
2626

27-
1. Cloud Services (extended support) is currently in preview. Register the feature for your subscription as follows:
28-
29-
```azurepowershell-interactive
30-
Register-AzProviderFeature -FeatureName CloudServices -ProviderNamespace Microsoft.Compute
31-
```
32-
3327
1. Right-click on the project node in your Azure Cloud Service (classic) project and choose **Publish (extended support)...**. The **Publish wizard** opens at the first screen.
3428

3529
![Choose Publish (extended support) from the menu](./media/cloud-services-extended-support/publish-commands-on-menu.png)

docs/azure/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ landingContent:
8888
linkLists:
8989
- linkListType: how-to-guide
9090
links:
91+
- text: Create and deploy to Cloud Services (extended support)
92+
url: cloud-services-extended-support.md
9193
- text: Create and configure Azure cloud service projects
9294
url: vs-azure-tools-azure-project-create.md
9395
- text: Debug cloud services locally and in Azure

docs/azure/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
items:
4141
- name: Work with cloud service projects
4242
items:
43-
- name: Use Cloud Services (extended support) (Preview)
43+
- name: Use Cloud Services (extended support)
4444
href: cloud-services-extended-support.md
4545
- name: Create an Azure cloud service project
4646
href: vs-azure-tools-azure-project-create.md

0 commit comments

Comments
 (0)