Skip to content

Commit 47ee257

Browse files
New tutorial for Orleans deployment to Azure App Service (#29083)
* Initial bits * Updates to tut * Added a few more details * Update article * A few tweaks for the choices of how to handle vnets * A tid bit more * Minor updates worth saving * Updates to the images * More updates * Adding to the tutorial * Update images * Add a bit more * More updates * Fix MD warning * More info about the bicep files * More content * Getting close to have something worth reviewing * Looks good to me * Fixed typo in command * Fixed typo * Minor clean up of az command * Another minor tweak * Remove paste * Updates to the images and a bit of the content * Update bicep * Apply suggestions from code review Co-authored-by: Tom Dykstra <[email protected]> * Apply suggestions from code review Co-authored-by: Tom Dykstra <[email protected]>
1 parent c902ec4 commit 47ee257

15 files changed

+490
-2
lines changed

docs/orleans/deployment/deploy-to-azure-app-service.md

Lines changed: 481 additions & 0 deletions
Large diffs are not rendered by default.

docs/orleans/deployment/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ await client.Connect();
6161
## Production configurations
6262

6363
The configuration examples we used here are for testing silos and clients running on the same machine as `localhost`. In production, silos and clients usually run on different servers and are configured with one of the reliable cluster configuration options. You can find more about that in the [Configuration guide](../host/configuration-guide/index.md) and in the description of [Cluster management](../implementation/cluster-management.md).
64+
65+
## Next steps
66+
67+
> [!div class="nextstepaction"]
68+
> [Deploy Orleans to Azure App Service](deploy-to-azure-app-service.md)
53.4 KB
Loading
158 KB
Loading
59.8 KB
Loading
431 KB
Loading
111 KB
Loading
129 KB
Loading
202 KB
Loading
170 KB
Loading

0 commit comments

Comments
 (0)