File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102102 --resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103103 --template-file infra/main.bicep \
104104 --parameters \
105+ useWafAlignedArchitecture=true \
105106 aiDeploymentsLocation='${{ env.AZURE_LOCATION }}' \
106107 virtualMachineConfiguration='{"adminUsername": "adminuser", "adminPassword": "P@ssw0rd1234"}' \
107108 logAnalyticsWorkspaceConfiguration='{"existingWorkspaceResourceId": ""}'
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102102 --resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103103 --template-file infra/main.bicep \
104104 --parameters \
105+ useWafAlignedArchitecture=false \
105106 aiDeploymentsLocation='${{ env.AZURE_LOCATION }}' \
106107 logAnalyticsWorkspaceConfiguration='{"dataRetentionInDays": 30, "existingWorkspaceResourceId": ""}' \
107108 applicationInsightsConfiguration='{"retentionInDays": 30}' \
You can’t perform that action at this time.
0 commit comments