Skip to content

Commit 3b20471

Browse files
committed
try to fix table
1 parent 075d5b7 commit 3b20471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The following example demonstrates how to deploy an infrastructure and applicati
391391
|**batchAccountApplicationName**|Name for the application in the Batch account.|
392392
|**batchAccountName**|Name for the Batch account.|
393393
|**batchAccountPoolName**|Name for the pool of virtual machines (VMs) to do the processing.|
394-
|**batchApplicationId**|Unique ID for the Batch application, of the form: */subscriptions/\<subscriptionId>/resourceGroups/\<resourceGroupName>/providers/Microsoft.Batch/batchAccounts/\<batchAccountName>/applications/\<batchAccountApplicationName>*. Replace the `<subscriptionId>` placeholder with your Azure subscription ID, and the other placeholders with the values you set for the other variables in this list.|
394+
|**batchApplicationId**|Unique ID for the Batch application, of the form:<br>`/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>^`<br>`/providers/Microsoft.Batch/batchAccounts/<batchAccountName>^`<br>`/applications/<batchAccountApplicationName>`.<br><br>Replace the `<subscriptionId>` placeholder with your Azure subscription ID, and the other placeholders with the values you set for the other variables in this list.|
395395
|**batchApplicationVersion**|Semantic version of your Batch application, in this case *4.3.1*.|
396396
|**location**|Azure region for the resources to be deployed.|
397397
|**resourceGroupName**|Name for the resource group to deploy resources in.|

0 commit comments

Comments
 (0)