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/confidential-computing/vmss-deployment-from-hardened-linux-image.md
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ Steps to deploy a scale set using VMSS and a hardened image are as follows:
57
57
az group create --name myResourceGroup --location eastus
58
58
```
59
59
60
-
> [!NOTE]
61
-
> Confidential VMs are not available in all locations. For currently supported locations, see which [VM products are available by Azure region](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines).
60
+
> [!NOTE]
61
+
> Confidential VMs are not available in all locations. For currently supported locations, see which [VM products are available by Azure region](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines).
62
62
63
63
5. Create a Virtual Machine Scale Set.
64
64
@@ -68,37 +68,37 @@ Steps to deploy a scale set using VMSS and a hardened image are as follows:
68
68
In this case, the username is auto set to azureuser.
69
69
For the admin credentials, you will be able to use the credentials that you set from the hardened image while you create the vm.
70
70
71
-
> [!NOTE]
72
-
> For specalized images, [osprofile properties](/azure/virtual-machines/shared-image-galleries) are handled differently than generalized images.
73
-
> Using a [load balancer](/azure/load-balancer/load-balancer-overview) is optional but is encouraged for these reasons.
6. Access the virtual machine scale set from the portal.
96
96
97
97
You can access your cvm scale set and use the admin username and password set previously to log in. Please note that if you choose to update the admin credentials, do so directly in the scale set model using the cli.
98
98
99
-
> [!NOTE]
100
-
> If you are looking to deploy cvm scaled scale using the custom hardened image, please note that some features related to auto scaling will be restricted. Will manual scaling rules continue to work as expected, the autoscaling ability will be limited due to the agentless custom image. More details on the restrictions can be found here for the [provisioning agent](/azure/virtual-machines/linux/disable-provisioning). Alternatively, you can navigate to the metrics tab on the azure portal and confirm the same.
101
-
> However, you can continue to set up custom rules based on load balancer metrics such as SYN count, SNAT connection count, etc.
99
+
> [!NOTE]
100
+
> If you are looking to deploy cvm scaled scale using the custom hardened image, please note that some features related to auto scaling will be restricted. Will manual scaling rules continue to work as expected, the autoscaling ability will be limited due to the agentless custom image. More details on the restrictions can be found here for the [provisioning agent](/azure/virtual-machines/linux/disable-provisioning). Alternatively, you can navigate to the metrics tab on the azure portal and confirm the same.
101
+
> However, you can continue to set up custom rules based on load balancer metrics such as SYN count, SNAT connection count, etc.
0 commit comments