Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/Azure/Orleans.Hosting.AzureCloudServices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ 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
- If you have any issues or would like to provide feedback, please [open an issue on GitHub](https://github.com/dotnet/orleans/issues)
- 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)
- This project is licensed under the [MIT license](https://github.com/dotnet/orleans/blob/main/LICENSE)
Loading