is there any service for integrating the Azure Create WordPress on App Service directly or do I need to create each resources separately?
Thx for the help!
a
adventurous-butcher-54166
09/11/2024, 4:48 PM
I believe it's a managed application deployed from the Marketplace. It can be a headache to figure out the parameters/payload you'd need to provide or even finding the definition ID for the offering. And even if you do manage to automate that via Pulumi the resources are just deployed into a resource group which you provide but they're managed by the offer publisher.
https://www.pulumi.com/registry/packages/azure/api-docs/managedapplication/application/
Another option would be to use what seems to be the source repository for the marketplace offering and deploy via their documented Azure Developer CLI method... it's basically just a bunch of bicep scripts.
https://github.com/Azure-Samples/apptemplate-wordpress-on-aca/tree/main
g
gorgeous-leather-93186
09/11/2024, 11:53 PM
thx for the answer that roughly what I saw it's not a reall service it's just a packed deployment of multiple component, I am probably better being off for iac for that one for now X)