File tree Expand file tree Collapse file tree 1 file changed +23
-12
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Original file line number Diff line number Diff line change @@ -952,18 +952,29 @@ The following JSON is an example of how to use the targetRegions field to distri
952
952
953
953
# [ JSON] ( #tab/json )
954
954
``` json
955
- "targetRegions" : [
956
- {
957
- "name" : " eastus" ,
958
- "replicaCount" : 2 ,
959
- "storageAccountType" : " Standard_ZRS"
960
- },
961
- {
962
- "name" : " eastus2" ,
963
- "replicaCount" : 3 ,
964
- "storageAccountType" : " Premium_LRS"
965
- }
966
- ]
955
+ "distribute" : [
956
+ {
957
+ "type" : " SharedImage" ,
958
+ "galleryImageId" : " <resource ID>" ,
959
+ "runOutputName" : " <name>" ,
960
+ "artifactTags" : {
961
+ "<name>" : " <value>" ,
962
+ "<name>" : " <value>"
963
+ },
964
+ "targetRegions" : [
965
+ {
966
+ "name" : " eastus" ,
967
+ "replicaCount" : 2 ,
968
+ "storageAccountType" : " Standard_ZRS"
969
+ },
970
+ {
971
+ "name" : " eastus2" ,
972
+ "replicaCount" : 3 ,
973
+ "storageAccountType" : " Premium_LRS"
974
+ }
975
+ ]
976
+ },
977
+ ]
967
978
```
968
979
# [ Bicep] ( #tab/bicep )
969
980
``` bicep
You can’t perform that action at this time.
0 commit comments