2,814 questions with Azure Storage Accounts tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Copy $Logs container data to another Blob location

We have a requirement wherein we need to merge all $logs of all storage accounts into a single blob. I heard we can use AzCopy but is there any other simple way to achieve it?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-28T10:05:35.163+00:00
Priya Jha 871 Reputation points
accepted 2020-12-28T11:58:42.657+00:00
Priya Jha 871 Reputation points
1 answer

Golang - upload a file to Azure storage container from a VM using Managed Service Identity

I am trying to upload files to azure storage container using Go SDK for Azure storage from an Azure VM which has Azure Managed Identity attached to it. I am also using Azure auth to create a ServicePrincipalToken using MSIConfig. However I am receiving…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-27T11:39:07.207+00:00
Prathisrihas Reddy Konduru 1 Reputation point
commented 2020-12-28T10:24:07.32+00:00
Prathisrihas Reddy Konduru 1 Reputation point
1 answer

Storage account Archive tier

so which when the files in archive tier, stay over 180Days, and it will charge ??? For example, A file is saved to archive tier , and removed after 200days, it will charge 20days storage fee ?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-27T08:15:05.357+00:00
sakuraime 2,321 Reputation points
answered 2020-12-28T09:07:06.62+00:00
Sumarigo-MSFT 44,496 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Hadoop Azure Support: Gen2

Can we connect to gen2 storage via sas token like we do azure storage blob? Generally, we do hadoop configuration azure storage blob via sas token as : sc.hadoopConfiguration.set("fs.azure.sas." + accountName +…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,853 questions
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,394 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-23T07:54:05.623+00:00
Tansheet Izhad 21 Reputation points
accepted 2020-12-23T15:34:54.343+00:00
Tansheet Izhad 21 Reputation points
2 answers One of the answers was accepted by the question author.

Connect from local SQL database inot Azure Data Factory

Hi. How can I connect a local SQL database into a Azure Data Factory? In my project, It is necessary to have the updated data in Azure storage, once a day. Does Copy Moduel in Data Factory work in this case? Or is it just an offline action (one…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,052 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,878 questions
asked 2020-12-22T15:13:28.52+00:00
Ørjan Lønning 21 Reputation points
answered 2020-12-23T03:11:29.407+00:00
Cris Zhan-MSFT 6,611 Reputation points
1 answer

Dianostics settings in storage accoount getting failed

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-08T04:17:00.717+00:00
Rajesh anthati 1 Reputation point
commented 2020-12-22T11:34:32.64+00:00
Sumarigo-MSFT 44,496 Reputation points Microsoft Employee
0 answers

Does Azure comply to NIST 800-111 standards

Does encryption for data in rest in Azure storage comply to NIST 800-111 standards

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
162 questions
asked 2020-12-09T22:31:08.687+00:00
Kumar, Karunesh 1 Reputation point
commented 2020-12-22T11:30:15.657+00:00
Sumarigo-MSFT 44,496 Reputation points Microsoft Employee
1 answer

Azure multi-tenant app read/write to storage account using RBAC

Can two Azure Tenants (with RBAC) use a storage account for data exchange? We tried and getting 401 error. Any help to resolve this is much appreciated. Below is our scenario... Tenant 1: tenantA Multi Tenant App: appA (daemon app type) …

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,541 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,079 questions
asked 2020-12-19T18:50:42.97+00:00
Porsche Me 131 Reputation points
commented 2020-12-21T07:53:40.81+00:00
Sumarigo-MSFT 44,496 Reputation points Microsoft Employee
1 answer

Host Map Tiles on Azure with Authentication

Hi, I would like to have authenticated access to a static X/Y/Zoom tile layer I store on an Azure storage. The tileURL should look something like following: 'https://baseURL/{z}/{x}/{y}.png' Is there a good way to host static map tiles in azure? …

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
627 questions
asked 2020-12-15T09:39:58.737+00:00
Bernhard Lüthi 1 Reputation point
commented 2020-12-17T17:29:56.07+00:00
rbrundritt 16,051 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Cost implications of downloading/uploading files through an App Service to the Blob storage vs directly downloading/uploading to Blob storage

Our web app consists of an App Service that exposes the API and a Blob Storage where the files are stored. We are considering the following design options: For downloading a file, the client request the file from the API, the API retrieves the file…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,541 questions
asked 2020-12-16T10:42:03.223+00:00
Andreas H 36 Reputation points
accepted 2020-12-17T08:29:04.43+00:00
Andreas H 36 Reputation points
1 answer

Returns Storage Account SAS Token

I have been seeing the following failed operation in the Activity Log. *Operation name**** -Returns Storage Account SAS Token **Time stamp - Wed Dec 16 2020 01:31:23 GMT+0530 (India Standard Time) Event initiated by - AzureApplicationInsights Error…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-16T18:10:10.413+00:00
Manish Awasthi 1 Reputation point
answered 2020-12-16T21:03:44.127+00:00
deherman-MSFT 34,436 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Get metrics on Azure Storage Account Blob being used, not the entire data store.

Is it possible via the Azure Portal to get metrics on specific BLOB containers' transactions and the files they affected? I can only get metrics for the entire storage account and multiple apps/services use the same account, I need to find out which…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-11-23T09:47:36.36+00:00
Eduard Kruger 21 Reputation points
accepted 2020-12-15T10:24:22.02+00:00
Eduard Kruger 21 Reputation points
1 answer One of the answers was accepted by the question author.

Is Move-AzureStorageAccount -Validate a read-only operation?

I'm setting up scripts to migrate classic Azure storage accounts to ARM, along with various other tasks. I've written a read-only validation as part of this scripting, but I've been required to ensure that validation does not change these storage…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-12-07T21:03:01.077+00:00
Kindred Dev 21 Reputation points
accepted 2020-12-09T16:10:32.383+00:00
Kindred Dev 21 Reputation points
1 answer

Migrate file server to azure

I am new to Azure and I have been give task to migrate the file server to Azure storage. I have figured out most of the thing about how to move the data, I am confused with is, how will I map the data with the users so that there wont be any issue with…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-11-25T09:10:45.327+00:00
Rohan 1 Reputation point
commented 2020-12-09T10:48:49.013+00:00
Sumarigo-MSFT 44,496 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Restrict access to a specific container in a Azure Storage BLOB

Hi, Is it possible to restrict a user to access a specific container in a Azure Storage BLOB? i.e the user cannot read/write to other containers in the same storage account? Regards, David

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-06-03T07:34:28.803+00:00
David Wong 21 Reputation points
answered 2020-12-07T16:08:19.027+00:00
Sanjay Mohanan 1 Reputation point
0 answers

How to download snapshot of elastic search service running on azure?

I have a ES running on Azure. Can you please tell me the existing backup policy? Or directions to download the snapshots of the database.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,541 questions
asked 2020-12-02T11:19:57.193+00:00
ANDTR Support 1 Reputation point
commented 2020-12-07T15:56:38.16+00:00
ANDTR Support 1 Reputation point
1 answer One of the answers was accepted by the question author.

Inconsistent/invalid certificate sometimes being returned for custom sub domain on Aure CDN

I've recently set up the following on Azure: Storage as a static web site (which uses a z33.....windows.net address to access it). Azure CDN (which uses a <mysite>.azureedge.net address to access it) Added a custom sub domain to the CDN…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Content Delivery Network
asked 2020-11-28T20:41:44.943+00:00
Ian Darling 96 Reputation points
accepted 2020-12-03T08:21:57.783+00:00
Ian Darling 96 Reputation points
2 answers

Azure Functions “The operation has timed out.” for timer trigger blob archival

I have a Python Azure Functions timer trigger that is run once a day and archives files from a general purpose v2 hot storage container to a general purpose v2 cold storage container. I'm using the Linux Consumption plan. The code looks like this: …

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,394 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,476 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,541 questions
asked 2020-11-18T19:52:01.383+00:00
ddx1 171 Reputation points
commented 2020-11-30T16:52:58.98+00:00
ddx1 171 Reputation points
10 answers One of the answers was accepted by the question author.

Azure Storage account - File share - AD DS integration

Hi I have a question...... My environment (ALL in Azure, NO on-premise AD) Azure AD is P2 Installed and configured Azure AD Domain Services configured VNet for AD DS (DNS settings) a domain joined VM in the Azure Active Directory Domain…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,199 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Microsoft Entra
asked 2020-11-24T09:39:37.873+00:00
Lutz Rahe 61 Reputation points
answered 2020-11-26T09:46:59.51+00:00
Andreas Baumgarten 99,371 Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to point domain in DNS zone to static website

Hello. We have a domain that's currently hosted with One.com. I have created a DNS Zone in Azure, and have entered the name servers from Azure into the domain configuration at One.com. When doing an nslookup on the domain, I can see that the name…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
617 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
asked 2020-11-23T14:33:11.42+00:00
ohj 21 Reputation points
commented 2020-11-23T20:38:15.92+00:00
ohj 21 Reputation points