-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2790 from microsoft/main
Merge latest changes intoOctober data services release
- Loading branch information
Showing
8 changed files
with
77 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
azure_edge_iot_ops_jumpstart/acsa_fault_detection/azuredeploy.parameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
"vmSize": { | ||
"value": "Standard_D8s_v3" | ||
}, | ||
"vmName": { | ||
"value": "ACSA-Win-Demo" | ||
}, | ||
"kubernetesDistribution": { | ||
"value": "k3s" | ||
}, | ||
"windowsNode": { | ||
"value": false | ||
}, | ||
"adminUsername": { | ||
"value": "arcdemo" | ||
}, | ||
"adminPassword": { | ||
"value": "ArcPassword123!!" | ||
}, | ||
"appId": { | ||
"value": "XXXXXXXXX" | ||
}, | ||
"password": { | ||
"value": "XXXXXXXXXX" | ||
}, | ||
"tenantId": { | ||
"value": "XXXXXXXXX" | ||
}, | ||
"subscriptionId": { | ||
"value": "XXXXXXXXXX" | ||
}, | ||
"location": { | ||
"value": "XXXXXXXX" | ||
}, | ||
"deployBastion": { | ||
"value": true | ||
}, | ||
"bastionHostName": { | ||
"value": "Arc-Win-Demo-Bastion" | ||
}, | ||
"storageAccountName": { | ||
"value": "XXXXXXX" | ||
}, | ||
"storageContainer": { | ||
"value": "fault-detection" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters