File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - psl-fix-deploymentpipeline
8+ workflow_dispatch :
79 schedule :
810 - cron : ' 0 11,23 * * *' # Runs at 11:00 AM and 11:00 PM GMT
911
@@ -102,6 +104,7 @@ jobs:
102104 --resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103105 --template-file infra/main.bicep \
104106 --parameters \
107+ useWafAlignedArchitecture=true \
105108 aiDeploymentsLocation='${{ env.AZURE_LOCATION }}' \
106109 virtualMachineConfiguration='{"adminUsername": "adminuser", "adminPassword": "P@ssw0rd1234"}' \
107110 logAnalyticsWorkspaceConfiguration='{"existingWorkspaceResourceId": ""}'
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - psl-fix-deploymentpipeline
8+ workflow_dispatch :
79 schedule :
810 - cron : ' 0 11,23 * * *' # Runs at 11:00 AM and 11:00 PM GMT
911
@@ -102,6 +104,7 @@ jobs:
102104 --resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103105 --template-file infra/main.bicep \
104106 --parameters \
107+ useWafAlignedArchitecture=false \
105108 aiDeploymentsLocation='${{ env.AZURE_LOCATION }}' \
106109 logAnalyticsWorkspaceConfiguration='{"dataRetentionInDays": 30, "existingWorkspaceResourceId": ""}' \
107110 applicationInsightsConfiguration='{"retentionInDays": 30}' \
You can’t perform that action at this time.
0 commit comments