We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9200d2 commit e96d48fCopy full SHA for e96d48f
.github/workflows/deploy_all_functions.yml
@@ -80,7 +80,7 @@ jobs:
80
# The type of runner that the job will run on
81
runs-on: ubuntu-latest
82
83
- # Functions configurations
+ # API Management configuration for each function (optional)
84
strategy:
85
matrix:
86
include:
@@ -97,7 +97,7 @@ jobs:
97
azure_api_name: 'Solidus API'
98
azure_api_spec_url: 'https://fn-solidus-dev.azurewebsites.net/api/openapi/v3.json'
99
100
- # Azure API Import configuration (optional)
+ # Azure API Import configuration
101
env:
102
AZURE_RG: ${{ secrets.AZURE_RESOURCE_GROUP }} # Resource group name
103
AZURE_API_SERVICE: ${{ secrets.AZURE_API_MANAGER }} # API Manager ID
0 commit comments