Microsoft Azure Function App
Easily manage, deploy, scale, and share with Microsoft Azure Function App
Secure Function Apps Against VulnerabilitiesTable of Contents
What is a function app?
A Function App is a Microsoft Azure Functions construct. Essentially it is a group of one or more Microsoft Azure Functions. You can deploy Azure Functions as part of a Microsoft Azure Function App to deploy and manage them collectively.
You must have a Microsoft Azure function app to host the execution of your functions. A function app lets you group functions as a logical unit for easier management, deployment, scaling, and sharing of resources.
Contrast Serverless Application Security supports Microsoft Azure Functions and enables customers to scan for security vulnerabilities on multi-cloud environments.
What is an azure function?
Azure Functions lets you run code in a serverless environment without having to create a virtual machine or publish a web application.