You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Web App lets you deploy and run web applications without managing underlying infrastructure.
12
-
It supports multiple runtimes, app configuration, and integration with App Service plans.
13
-
Web App is useful for quickly building and testing hosted HTTP applications.
11
+
Azure App Service is a fully managed platform for hosting web applications, mobile backends, and RESTful APIs without infrastructure overhead. It supports multiple runtimes including .NET, Java, Node.js, Python, and PHP on both Windows and Linux, or as custom containers. For more information, see the [App Service overview](https://learn.microsoft.com/azure/app-service/overview).
14
12
15
-
LocalStack for Azure allows you to build and test Web App workflows in your local environment.
13
+
LocalStack for Azure provides a local environment for building and testing applications that make use of Azure App Services.
16
14
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Web App's integration with LocalStack.
17
15
18
16
## Getting started
19
17
20
18
This guide is designed for users new to Web App and assumes basic knowledge of the Azure CLI and our `azlocal` wrapper script.
21
19
22
-
Start your LocalStack container using your preferred method.
23
-
Then start CLI interception:
20
+
Launch LocalStack using your preferred method. For more information, see [Introduction to LocalStack for Azure](/azure/getting-started/). Once the container is running, enable Azure CLI interception by running:
0 commit comments