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
12. Open the *sfdeploy.parameters.json* file and replace the following contents from the preceding steps
173
+
12. Open the *sfdeploy.parameters.json* file and replace the following contents from the preceding steps. [SAS-URL-STORAGE-ACCOUNT] was noted in step 8. [SAS-URL-EVENT-HUBS] was noted in step 11.
174
174
175
175
```json
176
176
"applicationDiagnosticsStorageAccountName": {
@@ -184,7 +184,12 @@ The following steps create the necessary resources required to deploy your appli
184
184
}
185
185
```
186
186
187
-
13. Run the following command to create your Service Fabric cluster
187
+
13. Opens **sfdeploy.parameters.json**. Change the following parameters and then save the file.
188
+
- **clusterName**. Use only lower-case letters and numerals.
189
+
- **adminUserName** (to a value other than blank)
190
+
- **adminPassword** (to a value other than blank)
191
+
192
+
14. Run the following command to create your Service Fabric cluster
188
193
189
194
```bash
190
195
az sf cluster create --location 'westus' --resource-group 'testlinux' --template-file sfdeploy.json --parameter-file sfdeploy.parameters.json --secret-identifier <certificate_url_from_step4>
@@ -203,13 +208,13 @@ The following steps create the necessary resources required to deploy your appli
203
208
2. To deploy your application to this cluster, you must use SFCTL to establish a connection to the cluster. SFCTL requires a PEM file with both the public and private key to connect to the cluster. Run the following command to produce a PEM file with both the public and private key.
0 commit comments