Skip to content

Instantly share code, notes, and snippets.

@nielsvanderkaap
Last active September 4, 2021 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsvanderkaap/5b08ff73d4abfeb1c749ca9475617950 to your computer and use it in GitHub Desktop.
Save nielsvanderkaap/5b08ff73d4abfeb1c749ca9475617950 to your computer and use it in GitHub Desktop.
parameters:
- name: config
type: object
extends:
template: /Pipelines/Template.v1/Template.yml
parameters:
config: ${{parameters.config}}
components:
- type: AzureFunction.V1
name: TestfunctionAzFunction
displayname: Azure Function: Test Function
templatePath: FunctionApp
templateName: <arm filename>
projectPath: Function
projectName: Project.csproj
resourceGroupName: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment