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
When you create a new node type, you will need to modify your ARM template with the new property: VmImageResourceId: <Imagename>. The following is an example:
35
+
When you create a new node type, you'll need to modify your ARM template with the new property: VmImageResourceId: <Imagename>. The following is an example:
36
36
37
37
```JSON
38
38
{
@@ -53,7 +53,7 @@ The vmImageResourceId will be passed along to the virtual machine scale set as a
- Shared Gallery Image Version (Microsoft.Compute/galleries/images/versions)
55
55
56
-
Service Fabric managed clusters also support marketplaces images that can be used on your virtual machine. Customers who would like to use a specific image from the Azure marketplace can use the below configuration.
56
+
Service Fabric managed clusters also support marketplaces images that can be used on your virtual machine. Customers who would like to use a specific image from the marketplace can use the below configuration.
0 commit comments