I want to do the following stuff via Azure ARM template:
- create an Azure resource Azure Spring Apps Service via ARM template
- call the Action enable-test-endpoint for the resource in step 1
It looks like ARM template only support create/update resource, it doesn't support call an Action. Is it a way to call an Action via ARM template?
I have read ARM template user guide