Skip to content

Commit

Permalink
removing deploymentName
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromsft committed Jul 1, 2024
1 parent 79a7b3a commit 5d0d1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/01-CreateAzureResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ jobs:
resourceGroupName: ${{ env.AZ_RG_NAME }}
template: src/github-dashboard.iac/main.bicep
deploymentMode: Incremental
deploymentName: 'gh-actions'
parameters: appServicePlanName=${{ env.AZ_APP_NAME }} webAppName=${{ env.AZ_APP_NAME }} storageName=${{ env.AZ_APP_NAME }} logAnalyticsName=${{ env.AZ_APP_NAME }} appInsightName=${{ env.AZ_APP_NAME }} functionName=${{ env.AZ_APP_NAME }} sqlserverName=${{ env.AZ_SQL_NAME }} sqlAdminLogin=${{ env.AZ_SQL_USER }} sqlAdminPassword=${{ secrets.AZ_SQL_PASSWORD }}

0 comments on commit 5d0d1e8

Please sign in to comment.