-
Notifications
You must be signed in to change notification settings - Fork 715
Added support for Aspire dashboard in App Service #11671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
davidfowl
merged 23 commits into
dotnet:main
from
ShilpiRach:shilpirach/appsvc_dashboard
Oct 7, 2025
Merged
Added support for Aspire dashboard in App Service #11671
davidfowl
merged 23 commits into
dotnet:main
from
ShilpiRach:shilpirach/appsvc_dashboard
Oct 7, 2025
Conversation
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
|
🚀 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
|
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>
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
|
@dotnet-policy-service agree company="Microsoft" |
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
|
Tested deploying to region where dashboard works and doesn't work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
community-contribution
Indicates that the PR has been added by a community member
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