-
Notifications
You must be signed in to change notification settings - Fork 166
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
Basic template for Managed Application #43
Comments
There are some Managed Application Samples at https://github.com/azure/azure-managedapp-samples/ |
…e managed app, it's just the documentation using a sample managed app. I'll make it a real Moodle app soon. See #43.
… work though, got a problem with coercing the SSH key in the CLI and the CreateUIDef is not working on the config blade in the portal. Part of #43
This is now working, though still not merged with master - awaiting some more testing. Please feel free to test and report issues here. See https://github.com/Azure/Moodle/tree/managedapplication/managedApplication |
@nimojg-microsoft You asked about status of the managed application. I intend to merge this very soon, but would welcome your eye on the documentation if you have the time. See https://github.com/Azure/Moodle/tree/managedapplication/managedApplication |
…e managed app, it's just the documentation using a sample managed app. I'll make it a real Moodle app soon. See #43.
… work though, got a problem with coercing the SSH key in the CLI and the CreateUIDef is not working on the config blade in the portal. Part of #43
* WIP: initial managedapp templates work. NOTE this is not a real Moodle managed app, it's just the documentation using a sample managed app. I'll make it a real Moodle app soon. See #43. * Add a cleanup script. Separate the Environment setup for easy reuse. some bug fixes. * WIP: Start the move to using the real Moodle templates. Still doesn't work though, got a problem with coercing the SSH key in the CLI and the CreateUIDef is not working on the config blade in the portal. Part of #43 * note we create our own SSH key * fix typo in type name * split monolithic doc into parts * Fix invalid parameters-template.json and some typos * Addressing PR feedback * Fix typos in createUIDefinition.json * Add more param values to parameters-template.json for minimum size and faster deployment * make mysql the default db * update expected results to match ne RG naming * WIP: initial managedapp templates work. NOTE this is not a real Moodle managed app, it's just the documentation using a sample managed app. I'll make it a real Moodle app soon. See #43. * Add a cleanup script. Separate the Environment setup for easy reuse. some bug fixes. * WIP: Start the move to using the real Moodle templates. Still doesn't work though, got a problem with coercing the SSH key in the CLI and the CreateUIDef is not working on the config blade in the portal. Part of #43 * note we create our own SSH key * fix typo in type name * split monolithic doc into parts * Fix invalid parameters-template.json and some typos * Addressing PR feedback * Fix typos in createUIDefinition.json * Add more param values to parameters-template.json for minimum size and faster deployment * make mysql the default db * update expected results to match ne RG naming
This is now merged into master (#50) |
@rgardler In the readme can we add one of the Next Steps for Azure Managed Application be How to Submit your Moodle Managed Application to the Azure Marketplace and link to the following documentation: [https://docs.microsoft.com/en-us/azure/marketplace/marketplace-publishers-guide] And also Submit your application and link to [https://azuremarketplace.microsoft.com/en-us/sell/nominate] The existing Managed Application documentation has a dual focus - including using it to create IT Service Catalog and offerings - and does not strongly reference the Azure Marketplace and that being a natural use case for Managed Applications. |
Azure Managed Applications enables partners to offer their Moodle based solutions to internal and external customers. The ARM templates in this repository provide the core infrastructure for such a solution, while the terms for ongoing management of the solution, along with specific customizations can be provided by the partner.
In order to help people get started with Moodle based Managed Applications on Azure we should provide an example configuration with documentation for upload to the marketplace.
The text was updated successfully, but these errors were encountered: