610 questions
-4
votes
0
answers
37
views
How to move Oracle database backup from Dell Datadomain to cloud storage (e.g. S3) using Veeam [closed]
I have a number of huge Oracle databases and the backup of these database have been sending to DataDomain (using RMAN and DD as VTL), and I would like to move those Oracle database backup to cloud ...
0
votes
1
answer
42
views
Cross tenant data copy using adf and storage account is not working
I am trying to copy a csv file using an ADF copy activity from tenant A to a storage account in tenant B . I have done the following configs
Created a cross tenant Service Principal
This service ...
2
votes
1
answer
84
views
Azure Storage Account IP Address Exception Stopped Working over VPN
New to Azure here and going through some training. When I set up the training environment in Azure, I was connected through my corporate VPN (not Azure VPN) and set up a storage account. I'm not ...
0
votes
1
answer
68
views
Run from external URL with WEBSITE_RUN_FROM_PACKAGE config in appservice is not working
followed documentation https://learn.microsoft.com/en-us/azure/app-service/deploy-run-package?tryIt=true&source=docs#run-from-external-url-instead
created storage account and container, uploaded ...
-1
votes
1
answer
102
views
You do not have access to the workspace storage account. The storage account may be behind a VNET. Contact your administrator if this error persists
I have created the AML workspace and Storage account with virtual network but I'm getting this error while accessing the notebooks in the aml workspace:
Do we need to add any NSG rules or how to ...
0
votes
1
answer
49
views
Updating azure Storage Account table through Logic Apps
I am currently creating a logic app, to handle some emails. The logic is simple, when i receive a mail of a certain type, the mail gets send to another address. Every mail of that type received in the ...
0
votes
1
answer
155
views
Azure storage account connection errors "This request is not authorized to perform this operation, ErrorCode:AuthorizationFailure"
I am building a Web app to read files from a blob storage account and compute specific metrics. This app will be deployed as an Azure web app resource, restricted to users connected via the company ...
0
votes
1
answer
151
views
Power automate connection to Azure Storage account with public endpoint restriction
Can power automate cloud connect to a storage account with public end point restricted with Firewall rules (Enabled from selected virtual networks and IP addresses)?
Thanks
-1
votes
1
answer
106
views
How to pass multip subnet ids in azurerm_storage_account or azurerm_storage_account_network_rules in Terraform
I am trying to create a storage account in Azure using Terraform and cannot seem to dynamically pass the virtual_network_subnet_ids into the network_rules block or the ...
0
votes
1
answer
130
views
Getting a 403 error when trying to connect to storage account from Databricks Unity Catalog
I set up a Databricks instance with Unity Catalog enabled. I have set up a system-assigned managed identity Databricks Access Connector, and I have assigned the access connector to the Storage Blob ...
0
votes
2
answers
90
views
How do I upload multiple documents via Minimal API endpoint?
I'm working on an ASP.NET Core project where I need to store multiple KYC documents for a legal entity in an Azure Storage Account Container.
Questions:
How do I actually upload these documents? ...
0
votes
1
answer
113
views
Azure Storage Account StorageSharedKeyCredential
I am making a call to an internal API that returns data that I analyze, process and create a spreadsheet which i then save in a storage account, I then create a record in a reporting tool that ...
0
votes
1
answer
49
views
Cannot update ContinuationToken variable with actual ContinuationToken
I'm trying to run this code to scan a larger Azure Storage Account based on a filter string.
But I get this error:
An error occurred: Cannot convert 'System.Object[]' to the type 'Microsoft.Azure....
0
votes
1
answer
173
views
How can I copy blobs between Azure Storage accounts using the Azure CLI?
I am trying to copy a blob snapshot from one Azure Storage Account to another using the following:
az storage blob copy start \
--destination-blob $destinationVHDFileName \
--destination-container $...
0
votes
1
answer
35
views
How can I grant access to a storage account locked with a firewall in Azure
I have a storage account in an Azure account locked with "Enabled from selected virtual networks and IP addresses" under Networking section.
I would like to now grant access to a virtual ...
0
votes
1
answer
39
views
Remove blob from azure storage account through bicep but exlude blob from develop branch
We set up a storage account and azure storage account life cycle management policies for removing the blobs that are older than 100days and so on. What we noticed that this policy will remove all ...
1
vote
1
answer
105
views
Not able to see azure 'LifecyclePolicyCompleted event' log
In Azure storage account I have added Rules under lifecycle management to move blob from one access Tier to another daily around 3AM to 4PM (Automatically) and it's working fine .
Small Code snippet ...
0
votes
2
answers
334
views
Use managed identity to access storage account with persistent volume in AKS
I face the following situation:
I would like to access a storage account using Persistent Volume (PV) and Persistent Volume Claim (PVC) but without an access to the storage account's access key. Hence,...
0
votes
0
answers
77
views
Migrate data from on-premise cluster to Azure Storage account file share
I have an app that's running inside an on-premise Kubernetes cluster. The app is being migrated into an Azure Kubernetes cluster. The app data needs to be migrated as well. The data is inside an NFS ...
0
votes
1
answer
99
views
An error occurred while reading the key ring in China cloud
We have a service deployed with this code:
services.AddDataProtection(opt =>
opt.ApplicationDiscriminator = configurationOptions.Authentication.AzureAd.ClientId)
....
0
votes
1
answer
132
views
Problem with query in Azure Resource Graph Explorer
I'm very new to KQL.
I'm trying to find which resources are using a storage account with this query:
resources
| where type == "Microsoft.Storage/storageAccounts"
| project ...
0
votes
1
answer
72
views
Event Grid data connection: "Can not create the data connection without the missing resources"
I'm trying to use the Azure portal wizard to create an Event Grid (Blob storage) data connection, but despite filling out the form with all relevant information, I get an error message upon submitting:...
0
votes
1
answer
175
views
How can I restore a Azure storage account with private endpoint connections?
I have a storage account with private endpoint connections. If I delete the storage account and keep the private endpoint, we would be left with a pe with connection to a non-existent resource.
If I ...
1
vote
1
answer
72
views
Creating a ADLS Linked Service with Bicep for a Blob Container?
I can't get this ADLS Linked Service(LS) to work.
I tried publicAccess blob, container, and private for the container. I have allowBlobPublicAccess:true for the storage account. I was able to create ...
-1
votes
1
answer
87
views
How do I find the Key Vault that is used to managed the keys of a storage account
I have a storage account that the keys are managed and periodically rotated by a key Vault. Now I have to generate a SAS token for a particular blob directory but because the keys are rotated ...
0
votes
1
answer
86
views
Azure BlobContainerClient vs BlobContainerAsyncClient
I am just starting on code to download files from Azure blob using java SDK.
while searching found two different clients for Blob. BlobContainerClient and BlobContainerAsyncClient. what's the ...
0
votes
2
answers
514
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 ...
0
votes
1
answer
87
views
List containers in the Azure Data Lake Storage
I'm trying to list the containers inside a specific directory within Azure Data Lake Storage account, but it doesn't seem to be any function that can handle this:
Here is my hierarchy:
assets
root
...
-1
votes
1
answer
309
views
CORS Issue on Azure Function App (Flex Consumption Host Model)
I'm currently facing a CORS (Cross-Origin Resource Sharing) issue with my Azure Function App, which is running on a Flex Consumption host model. It was developed locally and deployed to a Azure. I'm ...
0
votes
1
answer
128
views
How to download a file into an Azure Storage account from a function app
I have just got started with Azure Function Apps. The following code should download a file with FTP from another server into an Azure storage account.
[FunctionName("UploadBlobFunction")]
...
0
votes
1
answer
98
views
GetBlob request is failing, when PutBlob and ListBlob are successfull
I configured vNet integration for my python application and also configured service endpoint for storageaccount (vNet firewall also enabled). Put and List requests are successful, but GetBlob is ...
0
votes
1
answer
158
views
How to properly setup Azure connectivity from App service to Storageaccount?
I have this situation:
We have publicly available app service with public internet access and I have blob storage with images. I need to have this app publicly accesible, but blob storage should be ...
1
vote
1
answer
187
views
Azure Storage Account - Reliably waiting for firewall changes in pipeline
We are using Terraform to deploy our infrastructure. As such, we use an Azure Storage Account to host the state files. Obviously, we would much prefer to not have the storage account open to the ...
0
votes
2
answers
109
views
Azure: Print the result of powershell run book into a storage account
come here looking for some help.
i have a resource graph explorer that normally generates a 900kb .csv / 5k lines of information.
i have embeeded the queri inside a powershell runbook to be executed ...
0
votes
1
answer
95
views
Copy blob is not working in Azure logic app getting 404 ResourceNotFound error
I have created logic app trigger which moves blob from source to destination location in storage account container.
Created a api connection to storage account using access key to connect with storage ...
0
votes
1
answer
119
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 ...
0
votes
0
answers
669
views
Cannot authenticate Azure Virtual Desktop Host with FSLogix Storage Accounts Entra ID
My main problem is I have an Entra ID Authentication inside the host pool on AVD, so I can log into the VMs using my Entra ID.
The next thing I wanted to set up was FSLogix to create a simple profile ...
0
votes
1
answer
154
views
Azure Storage account Encryption key version is not in sync with Keyvault key version
Azure Storage Account has Customer-managed keys with different version and the key stored in the keyvault is of different version.
Screenshot from storage account provided below.
Storage account ...
0
votes
1
answer
288
views
Azure ADF copy-activity from Microsoft 365 to storage account fails
I’ve a continuous problem with my ADF pipeline - I’m trying to run a "copy-data" pipeline and encounter access and permission errors with my specific resources.
My source is a Microsoft 365 ...
0
votes
1
answer
603
views
Need help to set COLD tier on Azure storage account
I have a question for you.
By reading Microsoft documentation I found out that there are 4 tiers of storage (hot, cool, cold and archive), while it's clear how to set the hot, cool and archive tier on ...
0
votes
0
answers
74
views
Azure File Share: Docker Compose in Azure App Service writes to File Share but seems not to read the files (SOLR)
I am running an app with Docker Compose in an Azure webapp. The app needs a configuration, this configuration is a folder system. I have done this to start the app with the configuration, I download a ...
0
votes
1
answer
535
views
403 Error deploying a Container in an Azure Storage Account using Terraform
I have seen a lot of question on this topic in the forum but none of them seem to be solved properly.
I'm trying to deploy a Storage Account using Terraform, and in that SA I want to create a ...
0
votes
1
answer
655
views
Unable to access Storage Account using User assigned Identity
I am trying to access a Storage account using Create Blob(V2) logic app action using User assigned identity but encountering the following error:
The logic app and storage account is in the same ...
0
votes
1
answer
568
views
Accessing Azure Storage Accounts After Disabling the Public Access
As per the S360, I need to Disabled the Public access Azure Storage Accounts. Azure Function App and Azure Data Factory is going down.
But when I try to enable the "Enabled from selected virtual ...
0
votes
1
answer
316
views
How do I fetch consumed size of all Azure storage accounts in a tenant
I have a requirement to fetch consumed data in all storage accounts in a tenant for creating a dashboard.
I might need a PowerShell script where we can get this data into a csv file ! This is to ...
0
votes
1
answer
317
views
Can't read/list from a Azure storage Account into Databricks notebooks using Secret Scopes
Despite the fact that I have checked and tested my blob url path in my Azure storage account I'm still getting a: cannot resolve hostname. It's like if my secret scopes were not working. Here is what ...
0
votes
1
answer
118
views
Getting System.Text.Json exception when reading from Azure Storage Table as an ITableEntity in Azure queue-triggered functions
I am following this example by Microsoft to read a table entity from an azure storage account's table but I am getting the following error message:
Error:System.Text.Json.JsonException: The JSON ...
0
votes
1
answer
82
views
Azure File Storage Premium Cost [closed]
We are already using Azure File Storage Premium. I was analyzing the bills. My bill is approx 200$. We checked azure calculator it says 0 upfront cost and 0 upfront monthly cost. Egress, Ingress, ...
0
votes
0
answers
117
views
Terraform: boot_diagnostics Retention policy in Azure Storage account
I have boot diagnostics for the VMs configured in Azure Storage Account. I would like to keep the retention policy of the boot diagnostics. How do I implement the Retention policy for the boot ...
0
votes
1
answer
75
views
Rest API call towards Azure Storage account (ADLSgen2) from Databricks (write to Delta) fails when Authentication is via ACL and SP
In the nutshell. I work in very sensitive and security intense environment. We have decided to use ACL (instead of RBAC/ABAC) for authorization to achieve finer control over Storage account. For our ...