azure-blob-storage

az storage account network-rule not working for Microsoft Hosted agent(Azure DevOps)

谁都会走 提交于 2021-02-19 09:01:38
问题 I have to delete all the files in azure blob storage(specific container) automatically via azure release pipelines. So I have configured a task to get the IP address of Microsoft agent dynamically and add the IP address into blob Firewall. Below script working successfully sometimes, but I'm not able to see the IP in the Firewall list. Also same script is failing many times and throwing a error like The request may be blocked by network rules of storage account. Please check network rule set

az storage account network-rule not working for Microsoft Hosted agent(Azure DevOps)

雨燕双飞 提交于 2021-02-19 09:01:19
问题 I have to delete all the files in azure blob storage(specific container) automatically via azure release pipelines. So I have configured a task to get the IP address of Microsoft agent dynamically and add the IP address into blob Firewall. Below script working successfully sometimes, but I'm not able to see the IP in the Firewall list. Also same script is failing many times and throwing a error like The request may be blocked by network rules of storage account. Please check network rule set

Load balancing Azure Blob Storage

末鹿安然 提交于 2021-02-19 03:40:20
问题 Is there any way to load balance the Azure Blob Storage by just using Azure Load Balancer and the Blob Storage (without needing a service)? What I'm trying to achieve is to hit a load-balancer url like: https://load-balancer.somerandomazureurl.net Which will route the request to a blob container (with same contents) in either West Europe or Central US data centers depending on the location and the load. 回答1: You could not do that using Azure Load Balancer since it only could load incoming

Microsoft.Azure.StorageException: The specified resource name contains invalid characters

荒凉一梦 提交于 2021-02-18 10:29:30
问题 I am creating blob storage to load a file from local path to cloud. Using storage account I have created on portal, I am getting an error: Microsoft.Azure.Storage.StorageException:The specified resource name contains invalid characters . Here is my code below what i am trying to achieve. What is it missing? Please advice using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Azure.Devices.Client; using Microsoft

Excel Power Query - Is it possible to connect to Azure Blob Storage with SAS authentication or Azure AD account

自古美人都是妖i 提交于 2021-02-16 20:32:14
问题 I am accessing a container from a Azure Blob Storage with Excel, we connect through "New Query" but only gives the option to access with the Account Key. After logging the permissions are saved in Data source setting with the Account Key. To access that Azure Blob Storage from VBA is enough with the function from Power Query AzureStorage.Blobs (https://docs.microsoft.com/en-us/powerquery-m/azurestorage-blobs). ¿Is It possible to do the same with SAS (Shared Access Signature) Token or Azure AD

Excel Power Query - Is it possible to connect to Azure Blob Storage with SAS authentication or Azure AD account

那年仲夏 提交于 2021-02-16 20:32:07
问题 I am accessing a container from a Azure Blob Storage with Excel, we connect through "New Query" but only gives the option to access with the Account Key. After logging the permissions are saved in Data source setting with the Account Key. To access that Azure Blob Storage from VBA is enough with the function from Power Query AzureStorage.Blobs (https://docs.microsoft.com/en-us/powerquery-m/azurestorage-blobs). ¿Is It possible to do the same with SAS (Shared Access Signature) Token or Azure AD

Azure Blob Storage Pre-Signed Url Features

泪湿孤枕 提交于 2021-02-16 13:36:30
问题 As my experiences, AWS S3 has a feature called pre-signed. Which allows me to issue a url with specific expiry time to access. I cannot find any details about that on Azure official website. So, does anyone know if Azure Blob Storage can support pre-signed url features? 回答1: does anyone know if Azure Blob Storage can support pre-signed url features? Yes, Azure Blob Storage supports that. It is called Shared Access Signature (SAS) in Azure Storage. A SAS enables you to provide time-bound,

Azure Blob Storage Pre-Signed Url Features

戏子无情 提交于 2021-02-16 13:35:05
问题 As my experiences, AWS S3 has a feature called pre-signed. Which allows me to issue a url with specific expiry time to access. I cannot find any details about that on Azure official website. So, does anyone know if Azure Blob Storage can support pre-signed url features? 回答1: does anyone know if Azure Blob Storage can support pre-signed url features? Yes, Azure Blob Storage supports that. It is called Shared Access Signature (SAS) in Azure Storage. A SAS enables you to provide time-bound,

Azure Lifecycle Management - Regions

ぃ、小莉子 提交于 2021-02-11 18:20:32
问题 I've got an storage account in 'North Europe' and now I want to use the lifecycle management to move the cold blobs to archive tier. But I everytime I try I get the following failure: Failed to add a lifecycle management rule for storage account 'myStorrageAccount'. Error: ManagementPolicy rule MoveBackupToArchiv is invalid. Invalid value for parameter : baseBlob, tierToArchive is not supported in this region currently. I checked all my data in the container and every file is on cold storage.

Azure Lifecycle Management - Regions

陌路散爱 提交于 2021-02-11 18:18:18
问题 I've got an storage account in 'North Europe' and now I want to use the lifecycle management to move the cold blobs to archive tier. But I everytime I try I get the following failure: Failed to add a lifecycle management rule for storage account 'myStorrageAccount'. Error: ManagementPolicy rule MoveBackupToArchiv is invalid. Invalid value for parameter : baseBlob, tierToArchive is not supported in this region currently. I checked all my data in the container and every file is on cold storage.