Skip to content

Commit e96d48f

Browse files
authored
Update deploy_all_functions.yml
1 parent b9200d2 commit e96d48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_all_functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# The type of runner that the job will run on
8181
runs-on: ubuntu-latest
8282

83-
# Functions configurations
83+
# API Management configuration for each function (optional)
8484
strategy:
8585
matrix:
8686
include:
@@ -97,7 +97,7 @@ jobs:
9797
azure_api_name: 'Solidus API'
9898
azure_api_spec_url: 'https://fn-solidus-dev.azurewebsites.net/api/openapi/v3.json'
9999

100-
# Azure API Import configuration (optional)
100+
# Azure API Import configuration
101101
env:
102102
AZURE_RG: ${{ secrets.AZURE_RESOURCE_GROUP }} # Resource group name
103103
AZURE_API_SERVICE: ${{ secrets.AZURE_API_MANAGER }} # API Manager ID

0 commit comments

Comments
 (0)