Skip to content

Commit 8f88643

Browse files
committed
acrolinx
1 parent cb03ff2 commit 8f88643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/how-to-deploy-custom-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ New-AzRoleAssignment -PrincipalId "<SFMC SPID>" -RoleDefinitionName "Reader" -Sc
3232

3333
## Use the ARM template
3434

35-
When you create a new node type, you will need to modify your ARM template with the new property: VmImageResourceId: <Image name>. 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: <Image name>. The following is an example:
3636

3737
```JSON
3838
{
@@ -53,7 +53,7 @@ The vmImageResourceId will be passed along to the virtual machine scale set as a
5353
- Shared Gallery Image (Microsoft.Compute/galleries/images)
5454
- Shared Gallery Image Version (Microsoft.Compute/galleries/images/versions)
5555

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.
5757

5858
```JSON
5959
{

0 commit comments

Comments
 (0)