Skip to content

Commit 86b6485

Browse files
authored
Comment out the functions by default (Azure-Samples#2827)
1 parent eb4b4e2 commit 86b6485

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

azure.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@ services:
4141
interactive: false
4242
continueOnError: false
4343
# Un-comment this section if using USE_CLOUD_INGESTION option
44-
document-extractor:
45-
project: ./app/functions/document_extractor
46-
language: py
47-
host: function
48-
hooks:
49-
prepackage:
50-
shell: pwsh
51-
run: python ../../../scripts/copy_prepdocslib.py
52-
interactive: false
53-
continueOnError: false
54-
figure-processor:
55-
project: ./app/functions/figure_processor
56-
language: py
57-
host: function
58-
hooks:
59-
prepackage:
60-
shell: pwsh
61-
run: python ../../../scripts/copy_prepdocslib.py
62-
interactive: false
63-
continueOnError: false
44+
# document-extractor:
45+
# project: ./app/functions/document_extractor
46+
# language: py
47+
# host: function
48+
# hooks:
49+
# prepackage:
50+
# shell: pwsh
51+
# run: python ../../../scripts/copy_prepdocslib.py
52+
# interactive: false
53+
# continueOnError: false
54+
# figure-processor:
55+
# project: ./app/functions/figure_processor
56+
# language: py
57+
# host: function
58+
# hooks:
59+
# prepackage:
60+
# shell: pwsh
61+
# run: python ../../../scripts/copy_prepdocslib.py
62+
# interactive: false
63+
# continueOnError: false
6464
text-processor:
6565
project: ./app/functions/text_processor
6666
language: py

0 commit comments

Comments
 (0)