Skip to content

Commit 7f8484a

Browse files
authored
Merge pull request #68 from Azure-Samples/chore/comment-out-app-registration-hook
chore: comment out app registration preprovision hooks
2 parents 36b6767 + 2e4ecde commit 7f8484a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

azure.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ services:
1010
host: function
1111

1212
hooks:
13-
preprovision:
14-
posix:
15-
shell: sh
16-
run: ./scripts/setup-app-registration.sh
17-
interactive: false
18-
continueOnError: false
19-
windows:
20-
shell: pwsh
21-
run: ./scripts/setup-app-registration.ps1
22-
interactive: false
23-
continueOnError: false
13+
# preprovision:
14+
# posix:
15+
# shell: sh
16+
# run: ./scripts/setup-app-registration.sh
17+
# interactive: false
18+
# continueOnError: false
19+
# windows:
20+
# shell: pwsh
21+
# run: ./scripts/setup-app-registration.ps1
22+
# interactive: false
23+
# continueOnError: false
2424
postprovision:
2525
windows:
2626
shell: pwsh

0 commit comments

Comments
 (0)