Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
22 views

Private Azure Machine Learning Workspace getting forbidden to reach private Storage Account for SAS

My Azure Machine learning workspace is configured with private endpoint , my aml is configured to a Storage account which is also configured private endpoint and disabled the public access, My Storage ...
Jayendran's user avatar
  • 10.6k
0 votes
2 answers
71 views

How to allow IP Based access to StorageAccount in Azure VNet?

We have a scenario where our Storage account inside VNet to restricted to specific public IP range Access. How to allow access to this Storage account inside VNet? Should we create App Service? How to ...
Malini Kennady's user avatar
0 votes
1 answer
45 views

S360 issue - Disable local auth for non-prod Storage Accounts

I have EV2 script with type : Microsoft.Resources/deploymentScripts { "type": "Microsoft.Resources/deploymentScripts", "apiVersion": "2020-10-01", "...
apoorvtiwari_ms's user avatar
-1 votes
1 answer
62 views

Recommended access practice for blob storage

As we are building a Saas application and there is a requirement where we want to store some of the bills as azure blobs inside the container now for creating a blob inside the container via a REST ...
changembidar's user avatar
0 votes
1 answer
50 views

Azure Blob Storage - private container access

In Azure Blob storage, I have one container with private access set on it. I want to share access to the file in that container. I know that that is possible to achive by using SAS tokens. But I ...
Vuk Isic's user avatar
0 votes
2 answers
87 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
50 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
58 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
73 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
1 answer
50 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
1 answer
184 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
61 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,531
0 votes
1 answer
63 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
135 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
228 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
  • 67

15 30 50 per page
1
2 3 4 5
337