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
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-retry-policy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following table lists the properties of the [RetryOptions](/dotnet/api/azure
25
25
| --- | --- | --- | --- |
26
26
|[Delay](/dotnet/api/azure.core.retryoptions.delay)|[TimeSpan](/dotnet/api/system.timespan)| The delay between retry attempts for a fixed approach or the delay on which to base calculations for a backoff-based approach. If the service provides a Retry-After response header, the next retry will be delayed by the duration specified by the header value. | 0.8 second |
27
27
|[MaxDelay](/dotnet/api/azure.core.retryoptions.maxdelay)|[TimeSpan](/dotnet/api/system.timespan)| The maximum permissible delay between retry attempts when the service doesn't provide a Retry-After response header. If the service provides a Retry-After response header, the next retry will be delayed by the duration specified by the header value. | 1 minute |
28
-
|[MaxRetries](/dotnet/api/azure.core.retryoptions.maxretries)| int | The maximum number of retry attempts before giving up. |3|
28
+
|[MaxRetries](/dotnet/api/azure.core.retryoptions.maxretries)| int | The maximum number of retry attempts before giving up. |5|
29
29
|[Mode](/dotnet/api/azure.core.retryoptions.mode)|[RetryMode](/dotnet/api/azure.core.retrymode)| The approach to use for calculating retry delays. | Exponential |
30
30
|[NetworkTimeout](/dotnet/api/azure.core.retryoptions.networktimeout)|[TimeSpan](/dotnet/api/system.timespan)| The timeout applied to an individual network operation. | 100 seconds |
Copy file name to clipboardExpand all lines: articles/virtual-machine-scale-sets/quick-create-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ author: ju-shim
5
5
ms.author: jushiman
6
6
ms.topic: quickstart
7
7
ms.service: virtual-machine-scale-sets
8
-
ms.date: 11/22/2022
9
-
ms.reviewer: mimckitt
8
+
ms.date: 04/18/2023
9
+
ms.reviewer: mimckitt, mattmcinnes
10
10
ms.custom: mimckitt, mode-ui
11
11
---
12
12
@@ -17,7 +17,7 @@ ms.custom: mimckitt, mode-ui
17
17
> [!NOTE]
18
18
> The following article is for Uniform Virtual Machine Scale Sets. We recommend using Flexible Virtual Machine Scale Sets for new workloads. Learn more about this new orchestration mode in our [Flexible Virtual Machine Scale Sets overview](flexible-virtual-machine-scale-sets.md).
19
19
20
-
A Virtual Machine Scale Set allows you to deploy and manage a set of auto-scaling virtual machines. You can scale the number of VMs in the scale set manually, or define rules to autoscale based on resource usage like CPU, memory demand, or network traffic. An Azure load balancer then distributes traffic to the VM instances in the scale set. In this quickstart, you create a Virtual Machine Scale Set in the Azure portal.
20
+
A Virtual Machine Scale Set allows you to deploy and manage a set of autoscaling virtual machines. You can scale the number of VMs in the scale set manually, or define rules to autoscale based on resource usage like CPU, memory demand, or network traffic. An Azure load balancer then distributes traffic to the VM instances in the scale set. In this quickstart, you create a Virtual Machine Scale Set in the Azure portal.
21
21
22
22
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
23
23
@@ -47,15 +47,15 @@ First, create a public Standard Load Balancer by using the portal. The name and
47
47
| Assignment| Static |
48
48
| Availability zone | Select **Zone-redundant**. |
49
49
50
-
1. When you are done, select **Review + create**
50
+
1. When you're done, select **Review + create**
51
51
1. After it passes validation, select **Create**.
52
52
53
53

54
54
55
55
## Create Virtual Machine Scale Set
56
56
You can deploy a scale set with a Windows Server image or Linux image such as RHEL, CentOS, Ubuntu, or SLES.
57
57
58
-
1. Type **Scale set** in the search box. In the results, under **Marketplace**, select **Virtual Machine Scale Sets**. Select **Create** on the **Virtual Machine Scale Sets** page, which will open the **Create a Virtual Machine Scale Set** page.
58
+
1. Type **Scale set** in the search box. In the results, under **Marketplace**, select **Virtual Machine Scale Sets**. Select **Create** on the **Virtual Machine Scale Sets** page, which opens the **Create a Virtual Machine Scale Set** page.
59
59
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected and select *myVMSSResourceGroup* from resource group list.
60
60
1. Type *myScaleSet* as the name for your scale set.
61
61
1. In **Region**, select a region that is close to your area.
@@ -67,13 +67,13 @@ You can deploy a scale set with a Windows Server image or Linux image such as RH
67
67
68
68
:::image type="content" source="./media/virtual-machine-scale-sets-create-portal/quick-create-scale-set.png" alt-text="Image shows create options for scale sets in the Azure portal.":::
69
69
70
-
1. Select **Next** to move the the other pages.
70
+
1. Select **Next** to move the other pages.
71
71
1. Leave the defaults for the **Disks** page.
72
72
1. On the **Networking** page, under **Load balancing**, select the **Use a load balancer** option to put the scale set instances behind a load balancer.
73
73
1. In **Load balancing options**, select **Azure load balancer**.
74
74
1. In **Select a load balancer**, select *myLoadBalancer* that you created earlier.
75
75
1. For **Select a backend pool**, select **Create new**, type *myBackendPool*, then select **Create**.
76
-
1. When you are done, select **Review + create**.
76
+
1. When you're done, select **Review + create**.
77
77
1. After it passes validation, select **Create** to deploy the scale set.
0 commit comments