-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use ARM templates instead of MAML #147
Comments
OK - this is on hold because Cloud Services aren't supported in ARM (yet). I'm waiting for that to become available, or to move across to Service Fabric (which is supported). |
We're looking at pushing a lightweight version of MBrace over the Azure App Service in the next days. It'll (hopefully) simplify a lot of the deployment / management side of things, as well as open up a number of doors going forwards. |
cc: @bruinbrown |
Just an update on this. We have an ARM template model over app service. This really should be merged into this main repo and added to the build / release process. Doing this also means that someone can deploy an MBrace cluster from a single text file - no need to upload the actual MBrace runtime to the service yourself. |
Azure ARM (https://azure.microsoft.com/en-us/documentation/articles/resource-group-authoring-templates/) templates now (allegedly) have support for service bus. We should investigate and move over to this rather than the current C# based approach for creating MBrace clusters. There are several benefits, including: -
The text was updated successfully, but these errors were encountered: