Unable to create an App service

Yasmin 0 Reputation points Microsoft Employee
2025-04-02T21:14:33.4833333+00:00

I would like to have assistance with the creation of the best option for my environment in terms of App services

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,415 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hania Lian - MSFT 23,106 Reputation points Microsoft External Staff
    2025-04-03T01:49:29.93+00:00

    Hello,

    here are a few key considerations to keep in mind:

    1. Azure App Service Environment (ASE)

    Azure App Service Environment (ASE) is a fully isolated and dedicated environment for securely running App Service apps at high scale. It supports:

    Windows web apps

    Linux web apps

    Docker containers (Windows and Linux)

    Functions

    Logic apps (Standard)

    ASE is ideal for workloads that require high scale, isolation, secure network access, high memory utilization, and high requests per second (RPS).

    1. App Service Plan Tiers

    Azure App Service offers different pricing tiers that control the amount of compute resources available to your apps:

    Free and Shared Tiers: Suitable for development and testing purposes.

    Standard and Premium Tiers: Provide dedicated VMs for your apps, ensuring better performance and security.

    1. Development Frameworks

    App Service supports various development frameworks, including:

    ASP.NET

    Node.js

    PHP

    Python

    This flexibility allows you to choose the best framework for your application's needs.

    1. Networking and Security

    App Service Environment provides fine-grained control over inbound and outbound network traffic. You can establish high-speed secure connections over VPNs to on-premises corporate resources, making it suitable for internal line-of-business applications and network-isolated application hosting.

    1. Performance and Hosting Tips

    For optimal performance, consider leveraging features like:

    App Insights integration

    Virtual Network integration

    In-app or built-in connectors

    These features can help you monitor and manage your applications more effectively.

    You can refer to this link:

    https://learn.microsoft.com/en-us/azure/app-service/environment/overview

    Have a nice day.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.