Skip to content

Commit

Permalink
Refactor storage account deployment workflow: Update storage account …
Browse files Browse the repository at this point in the history
…template and parameters
  • Loading branch information
crlsocro committed Sep 17, 2024
1 parent fec3803 commit 8586f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployBicepFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
resourceGroupName: ${{ secrets.AZURE_RG }}
template: infra/main.bicep
# parameters: 'storagePrefix=mystore storageSKU=Standard_LRS'
template: infra/modules/storageAccount.bicep
parameters: infra/main.parameters.json
failOnStdErr: false
File renamed without changes.

0 comments on commit 8586f84

Please sign in to comment.