diff --git a/src/Azure/Orleans.Hosting.AzureCloudServices/README.md b/src/Azure/Orleans.Hosting.AzureCloudServices/README.md index 3dc27ff0ec0..91075e03dbb 100644 --- a/src/Azure/Orleans.Hosting.AzureCloudServices/README.md +++ b/src/Azure/Orleans.Hosting.AzureCloudServices/README.md @@ -55,7 +55,9 @@ public class WorkerRole : RoleEntryPoint ## Documentation For more comprehensive documentation, please refer to: - [Microsoft Orleans Documentation](https://learn.microsoft.com/dotnet/orleans/) -- [Hosting in Azure](https://learn.microsoft.com/en-us/dotnet/orleans/host/azure-cloud-services) +- [Hosting in Azure App Service](https://learn.microsoft.com/en-us/dotnet/orleans/deployment/deploy-to-azure-app-service) +- [Hosting in Azure Container Apps](https://learn.microsoft.com/en-us/dotnet/orleans/deployment/deploy-to-azure-container-apps) +- [Hosting in Service Fabric](https://learn.microsoft.com/en-us/dotnet/orleans/deployment/service-fabric) - [Silo Configuration](https://learn.microsoft.com/en-us/dotnet/orleans/host/configuration-guide/typical-configurations) ## Feedback & Contributing @@ -63,4 +65,4 @@ For more comprehensive documentation, please refer to: - Join our community on [Discord](https://aka.ms/orleans-discord) - Follow the [@msftorleans](https://twitter.com/msftorleans) Twitter account for Orleans announcements - Contributions are welcome! Please review our [contribution guidelines](https://github.com/dotnet/orleans/blob/main/CONTRIBUTING.md) -- This project is licensed under the [MIT license](https://github.com/dotnet/orleans/blob/main/LICENSE) \ No newline at end of file +- This project is licensed under the [MIT license](https://github.com/dotnet/orleans/blob/main/LICENSE)