bright-policeman-10775
08/30/2024, 5:08 AMMessage="Make sure to create your workspace using a client which support MSI"
bright-policeman-10775
08/30/2024, 5:09 AMvar exampleWorkspace = new Workspace("exampleWorkspace", new()
{
ResourceGroupName = resourceGroup.Name,
Location = resourceGroup.Location,
Kind = "Project",
});
future-hairdresser-70637
08/30/2024, 11:03 AMIdentity
property of whichever resource you're declaring there. There's quite a few Workspace
resource types - let us know what specific Workspace
you're using when you have a sec.bright-policeman-10775
09/03/2024, 4:22 AMbright-policeman-10775
09/04/2024, 2:55 AMfuture-hairdresser-70637
09/04/2024, 11:48 AMManagedServiceIdentityType.SystemAssigned
and providing/specifying the three properties mentioned in first Azure Classic example (ApplicationInsights
, KeyVault
, and StorageAccount
) hopefully gets you further.