|
1 | 1 | ---
|
2 | 2 | title: Deploy Azure Cloud Services (extended support) - Azure portal
|
3 |
| -description: Deploy an Azure Cloud Service (extended support) using the Azure portal |
4 |
| -ms.topic: tutorial |
| 3 | +description: Deploy Azure Cloud Services (extended support) by using the Azure portal. |
| 4 | +ms.topic: quickstart |
5 | 5 | ms.service: cloud-services-extended-support
|
6 | 6 | author: gachandw
|
7 | 7 | ms.author: gachandw
|
8 | 8 | ms.reviewer: mimckitt
|
9 |
| -ms.date: 10/13/2020 |
| 9 | +ms.date: 06/18/2024 |
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Deploy Azure Cloud Services (extended support) using the Azure portal |
13 |
| -This article explains how to use the Azure portal to create a Cloud Service (extended support) deployment. |
| 12 | +# Deploy Cloud Services (extended support) by using the Azure portal |
14 | 13 |
|
15 |
| -## Before you begin |
| 14 | +This article shows you how to use the Azure portal to create an Azure Cloud Services (extended support) deployment. |
16 | 15 |
|
17 |
| -Review the [deployment prerequisites](deploy-prerequisite.md) for Cloud Services (extended support) and create the associated resources. |
| 16 | +## Prerequisites |
| 17 | + |
| 18 | +Review the [deployment prerequisites](deploy-prerequisite.md) for Cloud Services (extended support) and create the required resources. |
| 19 | + |
| 20 | +## Deploy Cloud Services (extended support) |
| 21 | + |
| 22 | +To deploy Cloud Services (extended support) by using the portal: |
18 | 23 |
|
19 |
| -## Deploy a Cloud Services (extended support) |
20 | 24 | 1. Sign in to the [Azure portal](https://portal.azure.com).
|
21 | 25 |
|
22 |
| -2. Using the search bar located at the top of the Azure portal, search for and select **Cloud Services (extended support)**. |
| 26 | +1. In the search bar, enter **Cloud Services (extended support)**, and then select it in the search results. |
| 27 | + |
| 28 | + :::image type="content" source="media/deploy-portal-1.png" alt-text="Screenshot that shows a Cloud Services (extended support) search in the Azure portal, and selecting the result."::: |
| 29 | + |
| 30 | +1. On the **Cloud services (extended support)** services pane, select **Create**. |
| 31 | + |
| 32 | + :::image type="content" source="media/deploy-portal-2.png" alt-text="Screenshot that shows selecting Create in the menu to create a new instance of Cloud Services (extended support)."::: |
| 33 | + |
| 34 | + The **Create a cloud service (extended support)** pane opens. |
| 35 | + |
| 36 | +1. On the **Basics** tab, select or enter the following information: |
| 37 | + |
| 38 | + - **Subscription**: Select a subscription to use for the deployment. |
| 39 | + - **Resource group**: Select an existing resource group, or create a new one. |
| 40 | + - **Cloud service name**: Enter a name for your Cloud Services (extended support) deployment. |
| 41 | + - The DNS name of the cloud service is separate and is specified by the DNS name label of the public IP address. You can modify the DNS name in **Public IP** on the **Configuration** tab. |
| 42 | + - **Region**: Select the region to deploy the service to. |
| 43 | + |
| 44 | + :::image type="content" source="media/deploy-portal-3.png" alt-text="Image shows the Cloud Services (extended support) Basics tab."::: |
| 45 | + |
| 46 | +1. On the **Basics** tab under **Cloud service configuration, package, and service definition**, add your package (.cspkg or .zip) file, configuration (.cscfg) file, and definition (.csdef) file for the deployment. You can add existing files from blob storage or upload the files from your local machine. If you upload the files from your local machine, the files are then stored in a storage account in Azure. |
23 | 47 |
|
24 |
| - :::image type="content" source="media/deploy-portal-1.png" alt-text="Image shows the all resources blade in the Azure portal."::: |
25 |
| - |
26 |
| -3. In the Cloud Services (extended support) pane select **Create**. |
| 48 | + :::image type="content" source="media/deploy-portal-4.png" alt-text="Screenshot that shows the section of the Basics tab where you upload files and select storage."::: |
27 | 49 |
|
28 |
| - :::image type="content" source="media/deploy-portal-2.png" alt-text="Image shows purchasing a cloud service from the marketplace."::: |
| 50 | +1. Select the **Configuration** tab, and then select or enter the following information: |
29 | 51 |
|
30 |
| -4. The Cloud Services (extended support) creation window will open to the **Basics** tab. |
31 |
| - - Select a Subscription. |
32 |
| - - Choose a resource group or create a new one. |
33 |
| - - Enter the desired name for your Cloud Service (extended support) deployment. |
34 |
| - - The DNS name of the cloud service is separate and specified by the DNS name label of the public IP address and can be modified in the public IP section in the configuration tab. |
35 |
| - - Select the region to deploy to. |
| 52 | + - **Virtual network**: Select a virtual network to associate with the cloud service, or create a new virtual network. |
36 | 53 |
|
37 |
| - :::image type="content" source="media/deploy-portal-3.png" alt-text="Image shows the Cloud Services (extended support) home blade."::: |
| 54 | + - Cloud Services (extended support) deployments *must* be in a virtual network. |
| 55 | + - The virtual network *must* also be referenced in the configuration (.cscfg) file under `NetworkConfiguration`. |
38 | 56 |
|
39 |
| -5. Add your cloud service configuration, package and definition files. You can add existing files from blob storage or upload these from your local machine. If uploading from your local machine, these will be then be stored in a storage account. |
| 57 | + - **Public IP**: Select an existing public IP address to associate with the cloud service, or create a new one. |
40 | 58 |
|
41 |
| - :::image type="content" source="media/deploy-portal-4.png" alt-text="Image shows the upload section of the basics tab during creation."::: |
| 59 | + - If you have IP input endpoints defined in your definition (.csdef) file, create a public IP address for your cloud service. |
| 60 | + - Cloud Services (extended support) supports only a Basic SKU public IP address. |
| 61 | + - If your configuration (.cscfg) file contains a reserved IP address, set the allocation type for the public IP address to **Static**. |
| 62 | + - (Optional) You can assign a DNS name for your cloud service endpoint by updating the DNS label property of the public IP address that's associated with the cloud service. |
| 63 | + - (Optional) **Start cloud service**: Select the checkbox if you want to start the service immediately after it's deployed. |
| 64 | + - **Key vault**: Select a key vault. |
| 65 | + - A key vault is required when you specify one or more certificates in your configuration (.cscfg) file. When you select a key vault, we attempt to find the selected certificates that are defined in your configuration (.cscfg) file based on the certificate thumbprints. If any certificates are missing from your key vault, you can upload them now , and then select **Refresh**. |
42 | 66 |
|
43 |
| -6. Once all fields have been completed, move to and complete the **Configuration** tab. |
44 |
| - - Select a virtual network to associate with the Cloud Service or create a new one. |
45 |
| - - Cloud Service (extended support) deployments **must** be in a virtual network. The virtual network **must** also be referenced in the Service Configuration (.cscfg) file under the `NetworkConfiguration` section. |
46 |
| - - Select an existing public IP address to associate with the Cloud Service or create a new one. |
47 |
| - - If you have **IP Input Endpoints** defined in your Service Definition (.csdef) file, a public IP address will need to be created for your Cloud Service. |
48 |
| - - Cloud Services (extended support) only supports the Basic IP address SKU. |
49 |
| - - If your Service Configuration (.cscfg) contains a reserved IP address, the allocation type for the public IP must be set tp **Static**. |
50 |
| - - Optionally, assign a DNS name for your cloud service endpoint by updating the DNS label property of the Public IP address that is associated with the cloud service. |
51 |
| - - (Optional) Start Cloud Service. Choose start or not start the service immediately after creation. |
52 |
| - - Select a Key Vault |
53 |
| - - Key Vault is required when you specify one or more certificates in your Service Configuration (.cscfg) file. When you select a key vault we will try to find the selected certificates from your Service Configuration (.cscfg) file based on their thumbprints. If any certificates are missing from your key vault you can upload them now and click **Refresh**. |
| 67 | + :::image type="content" source="media/deploy-portal-5.png" alt-text="Screenshot that shows the Configuration tab in the Azure portal when you create a Cloud Services (extended support) deployment."::: |
54 | 68 |
|
55 |
| - :::image type="content" source="media/deploy-portal-5.png" alt-text="Image shows the configuration blade in the Azure portal when creating a Cloud Services (extended support)."::: |
| 69 | +1. When all information is entered or selected, select the **Review + Create** tab to validate your deployment configuration and create your Cloud Services (extended support) deployment. |
56 | 70 |
|
57 |
| -7. Once all fields have been completed, move to the **Review and Create** tab to validate your deployment configuration and create your Cloud Service (extended support). |
| 71 | +## Related content |
58 | 72 |
|
59 |
| -## Next steps |
60 | 73 | - Review [frequently asked questions](faq.yml) for Cloud Services (extended support).
|
61 |
| -- Deploy a Cloud Service (extended support) using the [Azure portal](deploy-portal.md), [PowerShell](deploy-powershell.md), [Template](deploy-template.md) or [Visual Studio](deploy-visual-studio.md). |
62 |
| -- Visit the [Cloud Services (extended support) samples repository](https://github.com/Azure-Samples/cloud-services-extended-support) |
| 74 | +- Deploy Cloud Services (extended support) by using [Azure PowerShell](deploy-powershell.md), an [ARM template](deploy-template.md), or [Visual Studio](deploy-visual-studio.md). |
| 75 | +- Visit the [Cloud Services (extended support) samples repository](https://github.com/Azure-Samples/cloud-services-extended-support). |
0 commit comments