azure-storage-account Questions
5
Solved
I've been using Azure Storage Explorer for a few years without any problems. This morning I opened it and was told that I needed to reauthenticate, so I clicked the Reauthenticate now link.
This wi...
Ubangishari asked 1/10, 2021 at 7:42
5
ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName
2019-10-31T10:28:17.4678189Z <?xml version="1.0" encoding="utf-8"?><Error><Code>Inva...
Azeotrope asked 31/10, 2019 at 12:0
1
Solved
I will give some context regarding our inconvenience in Azure Synapse:
We created a Stored Procedure (it creates a VIEW which reads all the
parquet files in a certain folder) on a Develop script, ...
Recondite asked 19/1, 2023 at 19:19
1
Solved
To list containers in my storage account, I used Postman Rest API by generating tokens using this endpoint:
POST: https://login.microsoftonline.com/tenantID/oauth2/token
&client_id = redacted
...
Markmarkdown asked 17/8, 2022 at 12:40
4
How do I make a connection string to a cloud storage account so I can access tables, blobs, and queues? Sample code appreciated.
Unseemly asked 26/2, 2010 at 0:21
2
Solved
I am trying to get the keys for all the Storage Accounts in my subscription. But I am getting this exception on one of the Storage Account using Azure Java SDK.
com.microsoft.azure.CloudExceptio...
Curagh asked 1/8, 2017 at 22:11
1
Solved
What is the difference between Container and Blob when it comes to Public access level ? (see blue frame on below picture)
According to microsoft definition :
A container organizes a set of blobs,...
Dorcus asked 12/4, 2022 at 15:9
2
Solved
I am using the new Azure.Data.Tables library from Microsoft to deal with Azure Table Storage. With the old library when you had an entity that implemented ITableEntity and you had a property that y...
Anglicanism asked 3/8, 2021 at 9:43
2
Solved
I am unable to create a storage account from Portal.
As soon as I type the name it shows error
The storage account name '' is already taken.
I coudlnt find the account in Azure so it doesnt exist d...
Wherefore asked 31/8, 2020 at 4:40
3
Solved
Context
I've been struggling with the following problem for the last few days and due to the very nature of a CDN and the manual review of each new rule, it takes me each time up to 4h to depl...
Kelby asked 21/3, 2018 at 8:11
1
Solved
I am trying to connect a public logic app (not ISE environment) to a storage account that is restricted to a Vnet.
According to the Storage account documentation access should be possible using a s...
Oppose asked 19/6, 2020 at 13:36
3
Solved
I'm trying to assign the role "Storage Blob Data Contributor (Preview)" to a specific storage container via arm template. But I just can't figure out the correct syntax.
This is what I have:
{
"...
Purdy asked 8/3, 2019 at 8:37
2
Solved
I developed an Angular 8 App with NgxAdmin and hosted it as Azure Web App. It uses Azure AD Oauth2 Authentication with the help of NbAuthModule. Everything works fine.
Now I tried to host the same ...
Parham asked 20/1, 2020 at 7:34
1
Solved
Azure Storage Accounts can raise events upon uploading a blob or sending a message to its queue to hook up and perform certain tasks. I could not find any similar events in Azure Storage Account Ta...
Gris asked 12/12, 2019 at 19:53
1
Solved
I am new to Azure Storage account. While studying I found following link:
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers#archive-access-tier-preview
It says foll...
Archilochus asked 29/4, 2019 at 13:4
4
I am trying to set Azure Rm Subscription (Get-AzureRMSubscription) CurrentStorageAccount to a particular arm storage account (Get-AzureRmStorageAccount) and I am not able to find a cmdlet that does...
Obverse asked 22/4, 2016 at 21:18
2
I have created a storage account in Azure and created a container. I am trying to upload files stored in my Server the files are stored within 800 folders.
I have tried doing this with this Powers...
Halmstad asked 13/7, 2016 at 14:44
1
© 2022 - 2024 — McMap. All rights reserved.