Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created March 17, 2024 19:37
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/e613875fb151af261d1878097f06f8e3 to your computer and use it in GitHub Desktop.
Save johnlokerse/e613875fb151af261d1878097f06f8e3 to your computer and use it in GitHub Desktop.
Create your own function in Azure Bicep with user-defined functions blog
func funcMultiplyNumbers(a int, b int) int => a * b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment