when I try to az login with notforprofit email account it doesn't allow me to login it says email doesnot exit
I have azure account by email ID nagmani@indocanadians.onmicrosoft.com when I try to login by cli as az login, it pops up to provide email. when I provide this email, error box displays email doesn't exist. How can I login? Nagmani
How to read text from .doc and .docx files in Azure Blob Storage with Python?
Hello, Is there a way to read the content of .docx files—and more importantly, .doc files—stored in Azure Blob Storage directly in Python without having to download them locally? Handling .doc files locally can be quite cumbersome, so I'm curious how…
will migrating my classic storage account affect my Windows Server VM web app?
My web app on my Azure Windows 2019 Server VM read/writes directly to a C drive. There is also a D drive named "Temporary Storage." My app does not reference any APIs for classic storage access. My Azure subscription 2 "disc"…
How do I resolve this message: Management operations are not allowed until migration is committed or aborted.?
I am performing a migration for Classic Storage Accounts to Azure Resource Manager, and on one of my Accounts, I am getting this message: Management operations are not allowed until migration is committed or aborted. I am unsure how to resolve this.
How to migrate Azure classic storage account when I have none ?
I am repeatedly being receiving a request "Urgent action required: Migrate your classic storage accounts to Azure Resource Manager". For a long time, I have had no activities on Azure, the storage accounts are long gone, but I keep receiving…
accessing Shared folders on an Azure VM from on-premise workstation
Hello Team, I have migrated an on-premise server 2016 to an Azure VM. The on-premise workstations are connected via point to site VPN to the Azure server. I have created some shared folders on the Azure VM not any other storage. But I am not able to…
The Azure Storage PHP client libraries will be retired on 17 March 2024, after that will it still work with php code ?
The Azure Storage PHP client libraries will be retired on 17 March 2024, after that will it still work with php source code as we don't want to go with alternate or direct api call Is my existing code will work after decommissioning of Azure Storage…
how can i give permissions to a container in a storage account
Hi, I would like to give granular permissions per container in an azure storage account. How can i accomplish this?
azcopy copy failure between storage accounts with >10MB blob size
Hi Team, Any ideas how to resolve this?... I am experiencing a problem when trying to copy a blob from one storage account to another when the blob is ~10MB or more. A ~1MB blob works fine. I consistently have success with ~1MB blob size. I…
While Creating Logic Apps Workflow getting error "Failed to save workflow."
While attempting to create a workflow for a logic app (standard) I keep getting an error message "Failed to create a workflow". The storage account associated with the Logic App has policy related restrictions requiring to be part of a…
how do I stop receiving Backup failure email alert from deleted storage accounts?
Some time back I deleted three storage accounts which were being backed up by Azure Backup. I have deleted the data and stopped the backup but they continue to show in "Backup Items (Azure Storage (Azure Files))" and I continually receive…
copy tables from sql server on-prem to .parquet format in delta lake
Currently our copy process for 10 tables is running in pipeline in ADF, our source is ON-PREM SQL Server and target is in BLOB Storage GEN2. it copies data(tables) in parquet file format in HOT storage Account --- StorageV2 (general purpose v2) but I…
I’m having issues with SAS on a student account. It works in Storage Explorer but fails in browser and Python. Are there restrictions?
Hello, I have an Azure student account and am experiencing issues using a SAS token to access a storage container. The SAS works in Azure Storage Explorer but fails in browsers and Python, showing "AuthenticationFailed" with "Signature did…
What's the best practice to expose static files from storage account without anonymous access?
Hi, So I have a case where I see multiple storage accounts with anonymous access enabled on container level; the thing is it comes up as a security issue that the anonymous read access is enabled but after all the files in there are just static files…
B2C Tenant Login issue
Hi all, I'm facing an issue with B2C Tenant Login when I access directly to the old login B2C Tenant page ( "/my-page/b2c_1a_signup_signin/oath2/v2.0/authorize?client_id=...&scope=..." which has expired value of client-request-id,…
Blob/storage container security role needed to "add" a blob/container
Hello, I'm looking to determine what the minimum security Roles I would need to assign to a user that will allow them to create and manage Azure storage containers and Azure Blobs in the azure portal. thanks, RT
Unable to Access Microsoft Work Account due to Lost Authentication Code
How can login to a Microsoft work account be resolved if it requires an authentication code from the Microsoft Authenticator app? Authentication access was lost after a phone restart that impacted the app.
I can't register for a student account,is it still supported in china mainland
希望得到支持,SessionID: cfe20516-5ab9-4699-90fa-ff4555e1e398。
How to Use System-Assigned Managed Identity for Secure Access to Blob Storage in Synapse Notebook?
Hello Community, I'm currently working on a project in Azure Synapse Analytics and would like to enhance the security of my data access. My Python code in the Synapse notebook currently accesses Blob Storage using a connection string, but I want to…
Azure Blob File is Detected Not Exist While It Actually Exists
I want to move a video file from Azure Blob Storage to Sharepoint directly using C#. The code below does not work because there is a problem when getting the blobStream. I have ensured that my containerName and blobName are correct. However, when I…