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