Set log analytics workspace in ASE for all app services

Khandu Shinde 150 Reputation points
2025-07-02T09:10:16.3333333+00:00

Hi

I have 30 app services within a single ASE. Previously, each app service had its own dedicated Application Insights instance. However, after Microsoft’s classic app service migration, we are now required to create a Log Analytics workspace as well.

Will creating a single Log Analytics workspace inside the ASE for all app services impact ASE management performance? Or is it better to create a new Log Analytics workspace outside the ASE?

What would be the recommended approach?

Thanks!

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,672 questions
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshu katara 16,945 Reputation points MVP Moderator
    2025-07-02T09:52:00.85+00:00

    Hello

    I think creating a single Log Analytics workspace for all app services within an Azure App Service Environment (ASE) should not significantly impact the ASE's management performance. The Log Analytics workspace acts as a centralized data store for logs and does not directly interact with the ASE's operational processes.

    Here are some considerations:

    Centralized Management: Using a single workspace simplifies log management by centralizing data collection, which is generally recommended unless specific business needs require multiple workspaces.

    Network Considerations: Ensure that the Log Analytics workspace can communicate with the app services, especially if the ASE has specific network configurations like private endpoints.

    Performance Impact: The location of the Log Analytics workspace (inside or outside the ASE) should not affect the ASE's performance. The workspace is primarily for data storage and analysis.

    For more detailed guidance, you can refer to the Azure documentation on designing a Log Analytics workspace architecture

    Pls check and let us know if any ques

    Kindly accept if it helped

    Thanks

    Deepanshu

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.