Added support for Aspire dashboard in App Service#11671
Merged
davidfowl merged 23 commits intomicrosoft:mainfrom Oct 7, 2025
Merged
Added support for Aspire dashboard in App Service#11671davidfowl merged 23 commits intomicrosoft:mainfrom
davidfowl merged 23 commits intomicrosoft:mainfrom
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 11671Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 11671" |
sarsharma
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentExtensions.cs
Outdated
Show resolved
Hide resolved
davidfowl
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Show resolved
Hide resolved
davidfowl
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentExtensions.cs
Outdated
Show resolved
Hide resolved
sarsharma
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Show resolved
Hide resolved
Contributor
|
I suggest we also do something similar to this #9600 |
sarsharma
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Show resolved
Hide resolved
sarsharma
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
JamesNK
reviewed
Sep 26, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentExtensions.cs
Outdated
Show resolved
Hide resolved
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
…Extensions.cs Co-authored-by: James Newton-King <james@newtonking.com>
…Utility.cs Co-authored-by: James Newton-King <james@newtonking.com>
Contributor
Author
Done. Made dashboard optional (enabled for default) |
davidfowl
reviewed
Sep 30, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentExtensions.cs
Outdated
Show resolved
Hide resolved
davidfowl
reviewed
Sep 30, 2025
davidfowl
reviewed
Oct 1, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
davidfowl
reviewed
Oct 1, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceWebsiteContext.cs
Outdated
Show resolved
Hide resolved
davidfowl
reviewed
Oct 1, 2025
...eAppServiceTests.AzureAppServiceEnvironmentCanReferenceExistingAppServicePlan.verified.bicep
Outdated
Show resolved
Hide resolved
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentExtensions.cs
Outdated
Show resolved
Hide resolved
eerhardt
reviewed
Oct 3, 2025
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
eerhardt
reviewed
Oct 3, 2025
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Show resolved
Hide resolved
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Show resolved
Hide resolved
captainsafia
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentExtensions.cs
Show resolved
Hide resolved
captainsafia
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentResource.cs
Outdated
Show resolved
Hide resolved
…Utility.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…Utility.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
eerhardt
reviewed
Oct 3, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
…Utility.cs Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…ngle resource group. - Website Contributor role is assigned for each web app in an environment instead of at resource group level - Added environment name to construct unique dashboard names - Add appsetting for ASPIRE_ENVIRONMENT_NAME to identify web apps and dashboard specific to an environment
eerhardt
reviewed
Oct 6, 2025
src/Aspire.Hosting.Azure.AppService/AzureAppServiceWebsiteContext.cs
Outdated
Show resolved
Hide resolved
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Outdated
Show resolved
Hide resolved
src/Aspire.Hosting.Azure.AppService/AzureAppServiceEnvironmentUtility.cs
Show resolved
Hide resolved
…ext.cs Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
…piRach/aspire into shilpirach/appsvc_dashboard
davidfowl
approved these changes
Oct 7, 2025
Contributor
|
Tested deploying to region where dashboard works and doesn't work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for Aspire dashboard for Azure App Service Environment. It includes the following changes:
aspiredashboardandLinuxFxVersion = ASPIREDASHBOARDwith required environment variablesALLOWED_MANAGED_IDENTITIES)AZURE_CLIENT_ID)Fixes # (issue)
Checklist
<remarks />and<code />elements on your triple slash comments?doc-ideatemplatebreaking-changetemplatediagnostictemplate