Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created March 17, 2024 19:43
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 johnlokerse/6132d5509d8c002f141279362fdc8027 to your computer and use it in GitHub Desktop.
Save johnlokerse/6132d5509d8c002f141279362fdc8027 to your computer and use it in GitHub Desktop.
Create your own function in Azure Bicep with user-defined functions blog
import { funcGreetPerson } from 'shared.bicep'
using 'main.bicep'
param parGreeting = funcGreetPerson('John Doe')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment