ambitious-continent-10899
06/22/2023, 3:58 PMconst existingStorageAccount = azure_native.storage.getStorageAccount({
accountName: storageAccountName,
resourceGroupName: resourceGroupName
})
const sc: any = existingStorageAccount.then((storageAccount) =>
{
new azure.storage.AccountNetworkRules("sc-network-rule", {
defaultAction: "Allow",
storageAccountId: storageAccount.id,
virtualNetworkSubnetIds: [
"myId"
]
});
});
millions-journalist-34868
06/22/2023, 4:24 PMable-thailand-87943
06/22/2023, 5:09 PMambitious-continent-10899
06/22/2023, 7:37 PMdazzling-ice-76553
06/22/2023, 9:10 PMable-thailand-87943
06/23/2023, 6:55 AMambitious-continent-10899
06/23/2023, 2:17 PMmelodic-tomato-39005
06/24/2023, 11:58 PM