damp-cartoon-25024
03/12/2020, 5:40 PMappconfiguration
) and the following definition works:
const appConfig = new azure.appconfiguration.ConfigurationStore(
"appConfigName",
{
name: "appConfigName",
resourceGroupName: resourceGroup.name,
sku: "standard"
}
);
But I want to assign a System Identity to it and there's no Identity
property. What's the best way to add it afterwards?