I am about to publish an app on Azure Market Place and I am trying to create a "Test drive". My application is based on several Azure resources :
My question is: Are these resources all supported via ARM? (especially the creation of an azure search index and PowerBI Embedded "linked" to a PowerBI account)
Thank you.
The resources except Azure search index
are all supported via ARM.(Azure search service is supported)
For the ARM templates of them, you could refer to the Reference
in this link. Also, in the portal, you could check them when you creating the resource in Automation options
of the creation blade after filling the properties.