You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Settings** or **All settings** links will open up **Settings** where you can change the **Properties**, change the **Configuration**, manage the **Certificates**, set up **Alert rules**, and manage the **Users** who have access to this cloud service.
30
+
The **Settings** or **All settings** links open up **Settings** where you can change the **Properties**, change the **Configuration**, manage the **Certificates**, set up **Alert rules**, and manage the **Users** who have access to this cloud service.
31
31
32
32

33
33
34
34
### Manage Guest OS version
35
35
36
-
By default, Azure periodically updates your guest OS to the latest supported image within the OS family that you've specified in your service configuration (.cscfg), such as Windows Server 2016.
36
+
By default, Azure periodically updates your guest OS to the latest supported image within the OS family that you specified in your service configuration (.cscfg), such as Windows Server 2016.
37
37
38
38
If you need to target a specific OS version, you can set it in **Configuration**.
39
39
@@ -44,7 +44,7 @@ If you need to target a specific OS version, you can set it in **Configuration**
44
44
45
45
## Monitoring
46
46
47
-
You can add alerts to your cloud service. Click**Settings** > **Alert Rules** > **Add alert**.
47
+
You can add alerts to your cloud service. Select**Settings** > **Alert Rules** > **Add alert**.
48
48
49
49

50
50
@@ -60,7 +60,7 @@ From here, you can set up an alert. With the **Metric** drop-down box, you can s
60
60
61
61
### Configure monitoring from a metric tile
62
62
63
-
Instead of using **Settings** > **Alert Rules**, you can click on one of the metric tiles in the **Monitoring** section of the cloud service.
63
+
Instead of using **Settings** > **Alert Rules**, you can select on one of the metric tiles in the **Monitoring** section of the cloud service.
64
64
65
65

66
66
@@ -82,19 +82,19 @@ You can then initiate a remote desktop connection, remotely reboot the instance,
82
82
83
83
You may need to reconfigure your cloud service through the [service config (cscfg)](cloud-services-model-and-package.md#cscfg) file. First you need to download your .cscfg file, modify it, then upload it.
84
84
85
-
1.Click on the **Settings** icon or the **All settings** link to open up **Settings**.
85
+
1.Select on the **Settings** icon or the **All settings** link to open up **Settings**.
Copy file name to clipboardExpand all lines: articles/cloud-services/cloud-services-how-to-create-deploy-portal.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create and deploy a cloud service (classic) | Microsoft Docs
3
3
description: Learn how to use the Quick Create method to create a cloud service and use Upload to upload and deploy a cloud service package in Azure.
4
4
ms.topic: article
5
5
ms.service: cloud-services
6
-
ms.date: 02/21/2023
6
+
ms.date: 07/23/2024
7
7
author: hirenshah1
8
8
ms.author: hirshah
9
9
ms.reviewer: mimckitt
@@ -33,7 +33,7 @@ Three components are required to deploy an application as a cloud service in Azu
33
33
***Service Package**
34
34
The service package (.cspkg) contains the application code and configurations and the service definition file.
35
35
36
-
You can learn more about these and how to create a package [here](cloud-services-model-and-package.md).
36
+
You can learn more about these components and how to create a package [here](cloud-services-model-and-package.md).
37
37
38
38
## Prepare your app
39
39
Before you can deploy a cloud service, you must create the cloud service package (.cspkg) from your application code and a cloud service configuration file (.cscfg). The Azure SDK provides tools for preparing these required deployment files. You can install the SDK from the [Azure Downloads](https://azure.microsoft.com/downloads/) page, in the language in which you prefer to develop your application code.
@@ -42,44 +42,44 @@ Three cloud service features require special configurations before you export a
42
42
43
43
* If you want to deploy a cloud service that uses Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), for data encryption, [configure your application](cloud-services-configure-ssl-certificate-portal.md#modify) for TLS.
44
44
* If you want to configure Remote Desktop connections to role instances, [configure the roles](cloud-services-role-enable-remote-desktop-new-portal.md) for Remote Desktop.
45
-
* If you want to configure verbose monitoring for your cloud service, enable Azure Diagnostics for the cloud service. *Minimal monitoring* (the default monitoring level) uses performance counters gathered from the host operating systems for role instances (virtual machines). *Verbose monitoring* gathers additional metrics based on performance data within the role instances to enable closer analysis of issues that occur during application processing. To find out how to enable Azure Diagnostics, see [Enabling diagnostics in Azure](cloud-services-dotnet-diagnostics.md).
45
+
* If you want to configure verbose monitoring for your cloud service, enable Azure Diagnostics for the cloud service. *Minimal monitoring* (the default monitoring level) uses performance counters gathered from the host operating systems for role instances (virtual machines). *Verbose monitoring* gathers more metrics based on performance data within the role instances to enable closer analysis of issues that occur during application processing. To find out how to enable Azure Diagnostics, see [Enabling diagnostics in Azure](cloud-services-dotnet-diagnostics.md).
46
46
47
47
To create a cloud service with deployments of web roles or worker roles, you must [create the service package](cloud-services-model-and-package.md#servicepackagecspkg).
48
48
49
49
## Before you begin
50
-
* If you haven't installed the Azure SDK, click**Install Azure SDK** to open the [Azure Downloads page](https://azure.microsoft.com/downloads/), and then download the SDK for the language in which you prefer to develop your code. (You'll have an opportunity to do this later.)
50
+
* If you need to install the Azure SDK, choose**Install Azure SDK** to open the [Azure Downloads page](https://azure.microsoft.com/downloads/), and then download the SDK for the language in which you prefer to develop your code. You have an opportunity to do the installation later.
51
51
* If any role instances require a certificate, create the certificates. Cloud services require a .pfx file with a private key. You can upload the certificates to Azure as you create and deploy the cloud service.
52
52
53
53
## Create and deploy
54
-
1.Log in to the [Azure portal](https://portal.azure.com/).
55
-
2.Click**Create a resource > Compute**, and then scroll down to and click**Cloud Service**.
54
+
1.Sign in to the [Azure portal](https://portal.azure.com/).
55
+
2.Choose**Create a resource > Compute**, and then scroll down to and select**Cloud Service**.
56
56
57
57

58
58
59
59
3. In the new **Cloud Service** pane, enter a value for the **DNS name**.
60
60
4. Create a new **Resource Group** or select an existing one.
61
61
5. Select a **Location**.
62
-
6.Click**Package**. This opens the **Upload a package** pane. Fill in the required fields. If any of your roles contain a single instance, ensure **Deploy even if one or more roles contain a single instance** is selected.
62
+
6.Select**Package**, which opens the **Upload a package** pane. Fill in the required fields. If any of your roles contain a single instance, ensure **Deploy even if one or more roles contain a single instance** is selected.
63
63
7. Make sure that **Start deployment** is selected.
64
-
8.Click**OK** which will close the **Upload a package** pane.
65
-
9. If you do not have any certificates to add, click**Create**.
64
+
8.Select**OK**, which closes the **Upload a package** pane.
65
+
9. If you don't have any certificates to add, choose**Create**.
66
66
67
67

68
68
69
69
## Upload a certificate
70
70
If your deployment package was [configured to use certificates](cloud-services-configure-ssl-certificate-portal.md#modify), you can upload the certificate now.
71
71
72
72
1. Select **Certificates**, and on the **Add certificates** pane, select the TLS/SSL certificate .pfx file, and then provide the **Password** for the certificate,
73
-
2.Click**Attach certificate**, and then click**OK** on the **Add certificates** pane.
74
-
3.Click**Create** on the **Cloud Service** pane. When the deployment has reached the **Ready** status, you can proceed to the next steps.
73
+
2.Select**Attach certificate**, and then choose**OK** on the **Add certificates** pane.
74
+
3.Select**Create** on the **Cloud Service** pane. When the deployment reaches the **Ready** status, proceed to the next steps.
75
75
76
76

77
77
78
78
## Verify your deployment completed successfully
79
-
1.Click the cloud service instance.
79
+
1.Select the cloud service instance.
80
80
81
81
The status should show that the service is **Running**.
82
-
2. Under **Essentials**, click the **Site URL** to open your cloud service in a web browser.
82
+
2. Under **Essentials**, select the **Site URL** to open your cloud service in a web browser.
Copy file name to clipboardExpand all lines: articles/cloud-services/cloud-services-how-to-manage-portal.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Common cloud service management tasks | Microsoft Docs
3
3
description: Learn how to manage Cloud Services in the Azure portal. These examples use the Azure portal.
4
4
ms.topic: article
5
5
ms.service: cloud-services
6
-
ms.date: 02/21/2023
6
+
ms.date: 07/23/2024
7
7
author: hirenshah1
8
8
ms.author: hirshah
9
9
ms.reviewer: mimckitt
@@ -21,7 +21,7 @@ In the **Cloud Services** area of the Azure portal, you can:
21
21
* Link resources to your cloud service so that you can see the resource dependencies and scale the resources together.
22
22
* Delete a cloud service or a deployment.
23
23
24
-
For more information about how to scale your cloud service, see [Configure auto-scaling for a cloud service in the portal](cloud-services-how-to-scale-portal.md).
24
+
For more information about how to scale your cloud service, see [Configure autoscaling for a cloud service in the portal](cloud-services-how-to-scale-portal.md).
25
25
26
26
## Update a cloud service role or deployment
27
27
If you need to update the application code for your cloud service, use **Update** on the cloud service blade. You can update a single role or all roles. To update, you can upload a new service package or service configuration file.
@@ -42,7 +42,7 @@ If you need to update the application code for your cloud service, use **Update*
42
42
43
43
Azure can guarantee only 99.95 percent service availability during a cloud service update if each role has at least two role instances (virtual machines). With two role instances, one virtual machine processes client requests while the other is updated.
44
44
45
-
6. Select the **Start deployment** check box to apply the update after the upload of the package has finished.
45
+
6. Select the **Start deployment** check box to apply the update after the upload of the package finishes.
46
46
47
47
7. Select **OK** to begin updating the service.
48
48
@@ -77,16 +77,17 @@ There are two key prerequisites for a successful deployment swap:
77
77
78
78
- All instances of your roles must be running before you can perform the swap. You can check the status of your instances on the **Overview** blade of the Azure portal. Alternatively, you can use the [Get-AzureRole](/powershell/module/servicemanagement/azure/get-azurerole) command in Windows PowerShell.
79
79
80
-
Note that guest OS updates and service healing operations also can cause deployment swaps to fail. For more information, see [Troubleshoot cloud service deployment problems](cloud-services-troubleshoot-deployment-problems.md).
80
+
> [!NOTE]
81
+
> Guest OS updates and service healing operations also can cause deployment swaps to fail. For more information, see [Troubleshoot cloud service deployment problems](cloud-services-troubleshoot-deployment-problems.md).
81
82
82
83
**Does a swap incur downtime for my application? How should I handle it?**
83
84
84
-
As described in the previous section, a deployment swap is typically fast because it's just a configuration change in the Azure load balancer. In some cases, it can take 10 or more seconds and result in transient connection failures. To limit impact to your customers, consider implementing [client retry logic](/azure/architecture/best-practices/transient-faults).
85
+
As described in the previous section, a deployment swap is typically fast because it's just a configuration change in the Azure load balancer. In some cases, it can take 10 or more seconds and result in transient connection failures. To limit the impact to your customers, consider implementing [client retry logic](/azure/architecture/best-practices/transient-faults).
85
86
86
87
## Delete deployments and a cloud service
87
88
Before you can delete a cloud service, you must delete each existing deployment.
88
89
89
-
To save compute costs, you can delete the staging deployment after you verify that your production deployment is working as expected. You are billed for compute costs for deployed role instances that are stopped.
90
+
To save compute costs, you can delete the staging deployment after you verify that your production deployment is working as expected. Even if you stop your deployed role instances, Azure bills you for compute costs.
90
91
91
92
Use the following procedure to delete a deployment or your cloud service.
0 commit comments