2,905 questions with Azure Storage Accounts tags

Sort by: Updated
1 answer

Attempting to add Storage Account to Batch Account using managed identity fails with 'InvalidAutoStorageAuthenticateMode' error?

We've got an Azure Batch account we'd like to setup with an existing storage account. We want to use managed identity to handle authentication. The storage account in question is within the same subscription and we have a user managed identity 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,905 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,063 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
321 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
239 questions
asked 2024-05-02T14:46:43.3966667+00:00
Samuel Taylor-Hansen 0 Reputation points
commented 2024-07-18T08:35:29.9866667+00:00
Oriol Varela Fernandez 0 Reputation points Microsoft Employee
0 answers

Cloud shell: Warning: Failed to mount the Azure file share. Your cloud drive won't be available.

Due to a number of limitations in my current environment I have been using cloudshell on a regular basis. Recently I keep getting this message (bash): Warning: Failed to mount the Azure file share. Your cloud drive won't be available. Your Cloud Shell…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,219 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,905 questions
asked 2024-07-17T08:30:13.2566667+00:00
Michael Cameron 582 Reputation points
commented 2024-07-18T08:10:24.2933333+00:00
Michael Cameron 582 Reputation points
1 answer

Automation runbook for start/stop VM using Storage account blob

Hi, I am trying to deploy a powershell runbook in automation account which should read contents of CSV stored in storage account blob using system assigned managed identity of automation account. Looking for a piece of code as I don't want to use sas…

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,905 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,187 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,299 questions
asked 2024-07-17T06:57:19.4766667+00:00
WinTechie 286 Reputation points
answered 2024-07-18T07:57:27.66+00:00
Nehruji R 4,451 Reputation points Microsoft Vendor
4 answers

Azure storage logs are generated on hour basis or minute basis ?

We have configured Microsft entra ID logs with Azure Storage account, here we wanted to confirm logs are generated in azure storage console are hours basis or minute basis ? Is there any way to control file size ?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
241 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,905 questions
asked 2024-07-17T13:59:01.37+00:00
Ron Weasley 0 Reputation points
answered 2024-07-18T04:44:07.54+00:00
Amrinder Singh 4,270 Reputation points Microsoft Employee
1 answer

How to quarterly backup OneDrive files of the whole organization in Azure and save permanently?

Hi all, I want to backup the whole organization's files on OneDrive on quarterly basis and save them permanently. How can I do this on Azure? Thank you!

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,905 questions
asked 2024-06-07T22:12:12.8266667+00:00
Linda Guo 0 Reputation points
commented 2024-07-18T00:31:47.8966667+00:00
Vinodh247 13,226 Reputation points
0 answers

storage account with multiple private service connections (private endpoints)

Hello Community, I have storage accounts and I am trying to attach multiple private endpoints to them. Everything is deployed using Terraform. What is currently blocking me is it seems that the private endpoint creation cannot contain more than once…

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,905 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
491 questions
asked 2024-07-17T12:10:20.7766667+00:00
Pierre Beauvois 0 Reputation points
commented 2024-07-18T00:00:47.5866667+00:00
KarishmaTiwari-MSFT 18,857 Reputation points Microsoft Employee
1 answer

ADLS Gen2 Access Logs via Diagnostic Settings

Hi, I was wondering if there is any way to enable access logs like read, write, delete on Azure Data Lake Storage Gen2 (ADLS Gen2). For Azure Blob Storage we achieved this via Diagnostic Settings, but to me it looks like this doesn't cover any operations…

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,423 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,905 questions
asked 2024-07-17T15:08:17.9566667+00:00
Cedric Ahlers 15 Reputation points
commented 2024-07-17T17:09:57.9033333+00:00
Cedric Ahlers 15 Reputation points
3 answers

How to fix subscription issue

resource provider : microsoft.computr, microsoft.storage, microsoft.network are not registered for subscription pay as you go and you donot have permission to register a resource provider for subscription

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,905 questions
asked 2024-03-23T18:18:08.7833333+00:00
karthik g 0 Reputation points
commented 2024-07-17T14:12:47.1033333+00:00
Jim Hewitt 0 Reputation points
1 answer

Error: AccountPendingMigrationToSrp The specified account is pending migration to SRP.

Need to upgrade general purpose V1 storage account to V2 but getting this error, Tried powershell command to stop the migration but no luck, please guide me. * Move-AzureStorageAccount -Abort -StorageAccountName "name"* : Tried command

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,905 questions
asked 2024-06-27T07:59:51.64+00:00
Rupali Bhore 0 Reputation points
edited a comment 2024-07-17T13:22:43.74+00:00
Rupali Bhore (AAD) 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to add the app settings WEBSITE_CONTENTAZUREFILECONNECTIONSTRING in Azure function app

Both the Azure Function App and Storage account are in the Virtual Network. For adding this app setting WEBSITE_CONTENTAZUREFILECONNECTIONSTRING to the Function App, I given the "Storage File Data SMB Share Contributor" to the Function App's…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,627 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,905 questions
asked 2024-07-17T09:15:39.86+00:00
Rajoli Hari Krishna 376 Reputation points
accepted 2024-07-17T11:21:30.7733333+00:00
Rajoli Hari Krishna 376 Reputation points
3 answers

Windows Azure Storage, portal form edit firewall IP addresses not saving

I am having a problem on multiple storage accounts. When I open "Networking" -> "Firewall and virtual networks" and delete a single firewall address range, then save the page, I get an "aww snap" page…

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,905 questions
asked 2024-07-16T21:16:35.15+00:00
Michael Lang 0 Reputation points
answered 2024-07-17T07:27:16.3766667+00:00
Nehruji R 4,451 Reputation points Microsoft Vendor
1 answer

Set up file share. Script fails, and can't even ping the IP address associated with the share.

*We're trying to set up a file share in Azure to back up some files from a Windows 2012 STD server. We mapped a TCP port of 445 through the sonicwall firewall, and tested same. Sample telnet is going out to the Inet. No response coming back. I also…

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,905 questions
asked 2024-07-16T21:02:23.5633333+00:00
bcairo@drcairo.com 20 Reputation points
answered 2024-07-17T05:58:04.65+00:00
Nehruji R 4,451 Reputation points Microsoft Vendor
2 answers

How to upload a blob from an Arc machine whose managed identity has blob contributor access?

I'm trying to upload a blob using the managed identity(that was given blob contributor access to a blob container) and NOT account key or SAS. I've successfully created an access token. I've also done a "connect-azaccount -identity", but every…

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,905 questions
asked 2024-07-16T00:00:54.6033333+00:00
Jonathan Posey 0 Reputation points
edited an answer 2024-07-17T03:08:16.6433333+00:00
KarishmaTiwari-MSFT 18,857 Reputation points Microsoft Employee
2 answers

How to delete empty folder on Azure Storage Explorer from powershell script

Hi, I'm trying to delete the empty folders for managing shares ASE blobs. From scouring the internet I've found anything that super straight forward. Am looking for something along the line. az login (to get the cred for current user) azcopy…

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,905 questions
asked 2022-05-07T00:40:04.783+00:00
Hsin Chen 1 Reputation point Microsoft Employee
edited a comment 2024-07-16T17:24:51.2333333+00:00
Sean 0 Reputation points
1 answer One of the answers was accepted by the question author.

Moving a stroage account between subscriptions

Hello Support, I'm planning to move a Storage account that has a container with 10TB of data. This SA is integrl to our CICD system, hence we can't afford a downtime. So, i'm a bit cautious with this move and have the following questions: how long this…

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,905 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
224 questions
asked 2024-07-01T10:09:25.1933333+00:00
Umer Ahmed 20 Reputation points
commented 2024-07-16T13:20:09.18+00:00
Umer Ahmed 20 Reputation points
1 answer

How can I enable the use of osDisk.managedDisk.storageAccountType in my Azure subscription ?

I am trying to use spot instances with ephemeral disks to save costs within a VMSS, but when I run this command: az vmss create \ --name vmssagentspool \ --resource-group Lenguage_VirtualAgents \ --image Ubuntu2204 \ --vm-sku Standard_E2as_v4 \ …

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,905 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
363 questions
asked 2024-07-03T19:54:44.8+00:00
Julian Steven Molina Campos 40 Reputation points
commented 2024-07-16T06:38:51.01+00:00
Nikhil Duserla 970 Reputation points Microsoft Vendor
2 answers

Managed storage account's compliance

Azure Databricks managed storage accounts need to have the key access disabled. But since these have deny assignment, I am able to see / influence the configuration. How do I make these storage accounts be green for this compliance?

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,905 questions
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
123 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,067 questions
asked 2024-06-19T17:48:49.89+00:00
Chitra Gurumurthy (NON EA SC ALT) 0 Reputation points Microsoft Employee
commented 2024-07-16T04:52:20.72+00:00
Nehruji R 4,451 Reputation points Microsoft Vendor
2 answers

Authorization for shared key access is denied

I have deployed a webapp in azure , I have created a datasource with connection string and its created. While creating indexers and saving it, facing error that Connection string is invalid. In storage account I am getting a warning like…

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,905 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
843 questions
asked 2024-07-12T09:56:34.06+00:00
prasath s 0 Reputation points
answered 2024-07-15T14:04:26.9833333+00:00
Ryan Hill 26,951 Reputation points Microsoft Employee
4 answers

How to make manual failover to Azure Gen2 namespace enabled for disaster recovery plan

As a disaster recovery drill test for Azure adls namespace enabled accounts . I could see failover option for blob storage and but for adls namespace enabled accounts the failover option is disabled. Can anyone help in know how to do failover for 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,905 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,665 questions
asked 2024-07-14T14:41:54.67+00:00
Krishna 0 Reputation points
answered 2024-07-15T12:22:29.92+00:00
Nehruji R 4,451 Reputation points Microsoft Vendor
2 answers

GetBlob request to Azure Blob storage from vNet is using public IP

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 failing and I am unable to view image in my test…

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,905 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,346 questions
asked 2024-07-11T20:11:35.62+00:00
Stryletskiy Andrew 0 Reputation points
edited the question 2024-07-15T09:24:42.54+00:00
KapilAnanth-MSFT 40,911 Reputation points Microsoft Employee