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
az provider register --namespace Microsoft.Compute
59
-
az feature register --namespace Microsoft.Compute --name LocalDiffDiskPreview
60
-
```
61
-
62
-
To check if you are registered for the preview:
63
-
64
-
```azurecli-interactive
65
-
az provider show --namespace Microsoft.Compute
66
-
```
67
-
68
-
69
37
## Scale set deployment
70
38
The process to create a scale set that uses an ephemeral OS disk is to add the `diffDiskSettings` property to the
71
39
`Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile` resource type in the template. Also, the caching policy must be set to `ReadOnly` for the ephemeral OS disk.
0 commit comments