Skip to main content

Questions tagged [azure-storage]

Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.

azure-storage
0 votes
0 answers
44 views

Singleton lock renewal failed in Azure Function App

I have migrated my function app to Isolated Worker Model which was In-Process model preiously. Also the .NET version has been upgraded from 6.0 to 8.0. My functionality after migration is working fine ...
Juhi Saxena's user avatar
0 votes
2 answers
56 views

PowerShell script to fetch Azure storage account based on tag name & value

I have a requirement to fetch storage account details with size in all subscriptions based on tag value & Name using PowerShell. I'm using the below Get-Azstorageaccount module to fetch the ...
Nolan1513's user avatar
0 votes
2 answers
46 views

Cannot debug Azure function in Visual Studio Code

I am trying to deploy an Azure function through Visual Code Studio. I have created an app and now I want to create a time trigger function. However when I am trying to deploy the function, It requires ...
Cheikhouna Diouck's user avatar
1 vote
0 answers
43 views

Upload large file via Azure App Gateway and Azure APIM to Azure Storage

We need to upload large files (1 GB and above) from an Angular web application to Azure Storage. We hosted a file upload API on Azure API Management, which invokes the Azure Storage REST API (PUT Blob)...
Tanmoy Sengupta's user avatar
0 votes
1 answer
57 views

Azure Blob:- How to automate Azure Archive Storage to Cool/Hot tier conversion, send download link once it's avaible , and re-archive after 72 hours?

I'm using Azure Archive Storage in blob-storage for cost-effective data storage. I need to automate the process where: When a user requests access to a file, the file needs to be converted from the ...
Shlok Jadeja's user avatar
0 votes
0 answers
23 views

Configuring SQL Backup to URL (Azure Storage) [closed]

I am using the maintenance wizard to setup backups to a new Azure Container. In the destination section I have created the SQL credentials, entered a storage container, but in the URL prefix section I ...
Shane Superfly MacNeill's user avatar
0 votes
1 answer
38 views

How to convert the premium file share to premium block blob storage account or standard general purpose v2 storage account?

I have created the Premium File Storage Kind of Storage Account in the Azure. I want to convert it to Standard General Purpose V2 Account which has all items such as Blob Storage, Tables, file ...
Jashua Criss's user avatar
0 votes
2 answers
61 views

add unit test in label-studio django project to azure storage

I am trying to add a new unit test to label-studio project I am not able to successfully create the storage upload below - name: stage request: data: container: pytest-azure-images ...
Manrique Vargas's user avatar
0 votes
0 answers
45 views

How to receive DashboardConnectionString from access key disabled Azure Storage account in Web job [closed]

if I have to return Azure storage account connection string (whose access key is disabled for security reasons) to DashboardConnectionString property of JobHostConfiguration class which I use in my ...
Vigneash Selvaraj's user avatar
0 votes
1 answer
97 views

Azure CLI SubscriptionNotFound Error Despite Correct Subscription and Owner Role

I'm encountering a persistent issue with the Azure CLI where I receive a SubscriptionNotFound error when attempting to create a storage resource from powershell and bash, despite having confirmed that ...
ChristianOConnor's user avatar
0 votes
1 answer
54 views

Get list of blobs from Azure Storage

Trying to convert this old Framework 4.6 code to .Net 8. I've upgrade the project, but having an issue with container.Listblobs(..) Here's the original framework code using Microsoft.WindowsAzure....
bob.mazzo's user avatar
  • 5,511
0 votes
1 answer
41 views

Force Same Region Azure Storage Account Requests to use Internet

From https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-powershell#restrictions-for-ip-network-rules Services deployed in the same region as the storage ...
Cavyn VonDeylen's user avatar
0 votes
1 answer
110 views

Mixing Network Acl's and publicNetworkAccess with storage account bicep module?

So I have a bicep module for storage account that is quite simple tbh: resource storage_account 'Microsoft.Storage/storageAccounts@2021-04-01' = { sku: { name: sku } kind: 'StorageV2' name:...
Filip Drzewiecki's user avatar
0 votes
1 answer
160 views

Terraform 403 Error for Restricted Storage Account

I tried to create a Storage Container within a Storage Account, while the Storage Account shouldn't be accessed by the public. I mostly followed this tutorial to use a private endpoint: https://...
bunus19's user avatar
  • 57
0 votes
1 answer
44 views

Set-AzStorageFileContent saves strange line breaks

I have a json file, C:\temp\A.json: [ { "key": "value" } ] I save this file to an Azure file share using this command: Set-AzStorageFileContent -Context $SA....
Rudhan's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
439