Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created March 17, 2024 19:41
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/e460be05f035207e32c5869614b611be to your computer and use it in GitHub Desktop.
Save johnlokerse/e460be05f035207e32c5869614b611be to your computer and use it in GitHub Desktop.
Create your own function in Azure Bicep with user-defined functions blog
@export()
func funcGreetPerson(name string) string => 'Hello ${name}!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment