You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, changing the CORS settings for a storage account should be in Pulumi.Azure.Storage.Inputs.AccountBlobPropertiesArgs but it's missing - although they are present on AccountQueuePropertiesArgs.
The text was updated successfully, but these errors were encountered:
Incidentally, after I opened this issue I realised that I can't establish the CORS rule at the time the StorageAccount is created, because the referring URL will be a site that is created using that StorageAccount (ie circular) reference.
As far as I can tell, changing the CORS settings for a storage account should be in
Pulumi.Azure.Storage.Inputs.AccountBlobPropertiesArgs
but it's missing - although they are present onAccountQueuePropertiesArgs
.The text was updated successfully, but these errors were encountered: