-
Notifications
You must be signed in to change notification settings - Fork 166
Add Azure App Service integration documentation (Preview) #4975
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: IEvangelist <[email protected]>
Co-authored-by: IEvangelist <[email protected]>
…agraph Co-authored-by: IEvangelist <[email protected]>
Co-authored-by: IEvangelist <[email protected]>
cc @ShilpiRach |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the new Azure App Service integration (Preview), enabling developers to deploy Aspire applications to Azure App Service. The documentation follows established patterns for Azure hosting-only integrations and includes both provisioning new resources and connecting to existing ones.
Key changes:
- New comprehensive documentation for Azure App Service integration with installation, usage, and customization examples
- Added entry to table of contents for discoverability
- Updated integrations overview to include Azure App Service in the Azure integrations table
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/azure/azure-app-service-integration.md | New comprehensive documentation covering Azure App Service integration installation, usage, and customization |
docs/toc.yml | Added Azure App Service (Preview) entry to the Azure integrations section with appropriate display keywords |
docs/fundamentals/integrations-overview.md | Added Azure App Service to the Azure integrations table with proper categorization as hosting-only |
@davidfowl do I need to wait for their review? Or can this continue? |
You dont need to wait, changes can be async. |
Summary
Added comprehensive documentation for the Azure App Service integration (Preview) following the established patterns for Azure hosting-only integrations.
Changes Made
New Documentation
Created
/docs/azure/azure-app-service-integration.md
with comprehensive coverage of:AsExisting()
method with parametersPublishAsAzureAppServiceWebsite
to deploy compute resourcesTable of Contents Updates
docs/toc.yml
in the Azure integrations sectionIntegrations Overview Updates
docs/fundamentals/integrations-overview.md
Documentation Standards
This documentation follows the established patterns for Azure hosting integrations (similar to Container Registry, PostgreSQL, and Service Bus), and adheres to:
The article provides developers with a complete reference for using Azure App Service as a deployment target for their Aspire applications during the preview period, including both provisioning new environments and connecting to existing ones.
Closes #4895
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews