Skip to content

Instantly share code, notes, and snippets.

@craigshoemaker
Last active June 10, 2021 19:48
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 craigshoemaker/f8f15f967194c4e806149c1613b30dff to your computer and use it in GitHub Desktop.
Save craigshoemaker/f8f15f967194c4e806149c1613b30dff to your computer and use it in GitHub Desktop.

Branding guidelines for Azure Functions

  • The service name is "Azure Functions" (plural), so that means there is no such thing as an "Azure Function" (singular).
  • Single instances may be referenced as:
    • a "functions app", representing an app with many one or more functions
    • a "function", represents a single function in a Functions app

The Cloud Style Guide provides additional detail.

Examples

Now your function is ready to run when a new queue message arrives.

Your functions app automatically scales with demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment