No way to get Storage.Account.kind information from the output of Microsoft.Storage.StorageAccountSelector UI element

Rishabh Soni 1 Reputation point
2020-05-04T05:13:05.017+00:00

There is no way to get the "Account Kind" information from the output. This is weird situation. StorageAccountSelector gives user option to choose "Account Kind" but does not provide any way for developer to create a handle for that selection.

Document Link- https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/microsoft-storage-storageaccountselector

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,985 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 17,875 Reputation points
    2023-08-27T02:45:40.9933333+00:00

    In many scenarios, the "Account Kind" might be chosen based on the specific deployment requirements and the user's preferences. Since Azure Resource Manager (ARM) templates are designed to be declarative and don't inherently support the level of dynamic interaction you're looking for, there might not be a straightforward way to directly retrieve the selected "Account Kind" from the StorageAccountSelector in your template.

    0 comments No comments