1

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 :

  • App Service (webapp + api)
  • Azure search index
  • Azure storage
  • SQL Database
  • PowerBI Embedded

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.

T. G.
  • 13
  • 2

1 Answers1

0

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.

Joy Wang
  • 39,905
  • 3
  • 30
  • 54
  • Do we have any idea if MS planning to support `Azure search index` ? – T. G. Oct 16 '18 at 08:42
  • @T.G. May be you could track [here](https://azure.microsoft.com/en-us/updates/?status=indevelopment), besides I recommend you to post the idea in the [Azure search feedback](https://feedback.azure.com/forums/263029-azure-search) or [ARM feedback](https://feedback.azure.com/forums/281804-azure-resource-manager). – Joy Wang Oct 16 '18 at 08:46
  • Thanks. It's done: [feedback azure](https://feedback.azure.com/forums/281804-azure-resource-manager/suggestions/35737618-azure-search-index-arm-template-support) – T. G. Oct 16 '18 at 12:28