Skip to content

Commit a6de4c1

Browse files
committed
Fix typo
python -> Python
1 parent 20fad63 commit a6de4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-best-practices-infrastructure-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can deploy applications and services onto your Service Fabric cluster via Az
7070
}
7171
```
7272

73-
To deploy your application using Azure Resource Manager, you first must [create a sfpkg](./service-fabric-package-apps.md#create-an-sfpkg) Service Fabric Application package. The following python script is an example of how to create a sfpkg:
73+
To deploy your application using Azure Resource Manager, you first must [create a sfpkg](./service-fabric-package-apps.md#create-an-sfpkg) Service Fabric Application package. The following Python script is an example of how to create a sfpkg:
7474

7575
```python
7676
# Create SFPKG that needs to be uploaded to Azure Storage Blob Container

0 commit comments

Comments
 (0)