-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Ignite update for appmod .NET deployment. #49644
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
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 documentation for deploying .NET projects to existing Azure resources using GitHub Copilot's App Modernization feature. The changes include a new screenshot and additional documentation steps.
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/azure/migration/appmod/media/start-deploy-existing-prompt.png | New screenshot showing the deployment prompt for existing Azure resources |
| docs/azure/migration/appmod/deploy.md | Added documentation for deploying to existing Azure resources with new prompt and screenshot |
| :::image type="content" source="media/start-deploy.png" alt-text="Screenshot that shows how to start the deployment process in GitHub Copilot."::: | ||
|
|
||
| - **Use a deployment prompt**: You can enter the following prompt in Copilot chat to deploy your project to Azure: | ||
| - **Use a deployment prompt to provision new Azure infrastructure and deploy your project**: You can enter the following prompt in Copilot chat to deploy your project to Azure: |
Copilot
AI
Nov 6, 2025
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.
The bullet point now exceeds three words and should end with a period according to the Markdown style guidelines. Add a period at the end of this heading.
|
|
||
| :::image type="content" source="media/start-deploy-prompt.png" alt-text="Screenshot that shows how to start the deployment process in GitHub Copilot by using a prompt."::: | ||
|
|
||
| - **Use a deployment prompt to deploy your project to existing Azure resources**: You can enter the following prompt in Copilot chat to deploy your project to existing Azure resources: |
Copilot
AI
Nov 6, 2025
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.
The bullet point now exceeds three words and should end with a period according to the Markdown style guidelines. Add a period at the end of this heading.
Update doc for appmod deploy .NET
Internal previews