Skip to content

Commit 5dbd9b2

Browse files
Merge pull request #52 from microsoft/readme-updates
docs: Refactored Deployment guide to simplify and reorder the steps
2 parents f930dab + c35c596 commit 5dbd9b2

5 files changed

Lines changed: 328 additions & 137 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ If you'd like to customize the solution accelerator, here are some common areas
100100

101101
The Container Migration Solution Accelerator supports development and deployment across multiple platforms and environments.
102102

103+
**For Azure Deployment:**
104+
[Click here to launch the deployment guide](docs/DeploymentGuide.md)
105+
103106
**For Local Development:**
104107
- [Local Development Setup Guide](docs/LocalDevelopmentSetup.md) - Comprehensive setup instructions for Windows, Linux, and macOS
105108
- Includes native Windows setup, WSL2 configuration, and cross-platform development tools
106109

107-
**For Azure Deployment:**
108-
[Click here to launch the deployment guide](docs/DeploymentGuide.md)
109-
110110
![Deployment Architecture](docs/images/readme/deployment-architecture.png)
111111

112112
> ⚠️ **Important: Check Azure OpenAI o3 Model Availability**

docs/ConfigureAppAuthentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We will add Microsoft Entra ID as an authentication provider to API and Web Appl
2525
> **Note:** If you encounter the following error message indicating that your organization's policy prohibits the automatic use of secrets, please refer to our [Manual App Registration Configuration](./ManualAppRegistrationConfiguration.md) for detailed manual setup instructions.
2626
> ![add_auth_provider_web_3](./images/add_auth_provider_web_3.png)
2727
28-
1. Add Authentication Provider in API Service
28+
2. Add Authentication Provider in API Service
2929

3030
- Go to deployed Container App and select `ca-backend-api-<randomname>` and click **Add Identity Provider** button in Authentication.
3131
![add_auth_provider_api_1](./images/add_auth_provider_api_1.png)

0 commit comments

Comments
 (0)