File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
04-cloud/azure/iaas/04-load-balancer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ az vm run-command invoke \
256256--resource-group $RESOURCE_GROUP \
257257--name " ${FRONTEND_VM_NAME} -2" \
258258--command-id RunPowerShellScript \
259- --scripts @scripts/install-tour-of-heroes-angular.ps1 \
259+ --scripts @04-cloud/azure/iaas/ scripts/install-tour-of-heroes-angular.ps1 \
260260--parameters " api_url=http://$FQDN_API_VM /api/hero" " release_url=https://github.com/0GiS0/tour-of-heroes-angular/releases/download/1.1.4/dist.zip"
261261` ` `
262262
@@ -298,7 +298,7 @@ az vm run-command invoke `
298298--resource-group $RESOURCE_GROUP `
299299--name " ${FRONTEND_VM_NAME} -2" `
300300--command-id RunPowerShellScript `
301- --scripts @scripts/install-tour-of-heroes-angular.ps1 `
301+ --scripts @04-cloud/azure/iaas/ scripts/install-tour-of-heroes-angular.ps1 `
302302--parameters " api_url=http://$FQDN_API_VM /api/hero" " release_url=https://github.com/0GiS0/tour-of-heroes-angular/releases/download/1.1.4/dist.zip"
303303```
304304
@@ -434,9 +434,9 @@ az network lb address-pool address add \
434434--resource-group $RESOURCE_GROUP \
435435--lb-name $LOAD_BALANCER_NAME \
436436--pool-name $BACKEND_POOL_NAME \
437- --name " ${FRONTEND_VM_NAME} -2" \
437+ --name ${FRONTEND_VM_NAME} -2 \
438438--ip-address $FRONTEND_VM_PRIVATE_IP_2 \
439- --vnet $VNET_NAME
439+ --vnet $VNET_NAME
440440```
441441
442442o si estás en Windows:
You can’t perform that action at this time.
0 commit comments