How to delete microsoft account
Hello, I contact microsoft support to delete my account because the normal procedure to do that "You need to leave your work organization Before we can take any action, you must leave your work organization. After you cancel your active…
Is it possible to hide folders that I do not have access to when accessing Azure Files?
Hello gents I want to migrate my fileserver to azure everything is working fine except the fact that I can not hide file mounted trough Azure file even using DFS-N with ABE enabled
Storage account configuration for Azure functions
I want to create an Azure Functions free tier account, but apparently a storage account is required for that. What is the cheapest storage account configuration I can make? Also, the billing is based on usage, right? I dont want to use the storage…
how to create access keys and how to link that to storage account
Actually i want to create access keys and link to storage account and also provide me the navigation steps how to create and retrieve the secrets and passwords which we stored
I can't access my student/business account
I recently lost access to the device where I had Microsoft Authenticator installed and configured for my business account. With a new device in hand, I tried to configure this account again on this new device, and then the problems started. I can no…
how to delete azure microsoft account without access cause to double authentication
how to delete an azure account with which I have just the password, but double authentication? is what the support of microsoft wants to get off their ass and see it at worst with me in private, since I do not like to leave traces on the internet…
How to create Storage Account with kind "StorageV1"
Hi Team, I would appreciate it if you could outline the steps for creating an account designated as "StorageV1." At present, the default setup for storage accounts appears to be "StorageV2," but I am specifically interested in…
Storing Azure Metrics in Private Storage Account Using Azure Automation
I want to retrieve metric values using Get-AzMetric in Azure Automation and store the daily updated values in an Azure Storage Account. However, the Storage Account is configured with a private link and can only be accessed through a specified network,…
How to mount Azure File Share to an Android device?
I'm trying to mount an Azure File Share to an Android device, specifically a Samsung Galaxy, but keep getting errors about incorrect details even though they seem correct to me. The native app "My Files" supports SMBv2 / SMBv3. Can anyone…
Issue with Deploying Azure SQL Server Managed Instances: “Your deployment failed”
Hello, I am encountering an issue while trying to deploy Azure SQL Server Managed Instances. The deployment process fails with the message “Your deployment failed.” I have attached a screenshot of the deployment details and included the error message…
Powershell script for Azure storage accounts
Hi All, can anyone help me to get the below details for azure storage account using powershell. list of Azure Storage Accounts Last used date Created date Created by Current size Subscription name Subscription id Resource group
RBAC access to storage account not working
Hi All, I have one Entra User id and given him storage account contributor access with build in and Custom role also . But that User is not able to see anything in the storage account when i login to azure portal with user id. Similarly i setup…
403 Error When Accessing Private Storage Account in Pipeline
Hi Azure Community, I'm encountering an issue with our pipeline setup, specifically in the unittest step where we build and execute the devcontainer with a unittest command. Here’s the setup: The unittest requires access to a private storage account. …
How do I set custom domain to storage account with HTTPS without using Azure CDN.
The document said that if I'd like to set a custom domain to the storage account with HTTPS, I'm required to use Azure CDN, but Azure Student doesn't support Azure CDN, so is there any method to use HTTPS without Azure CDN?
ADF Copy Actitvity failing for error: ParquetNotSupportedTypeGeneric
I am trying to copy multiple delta parquet files from different partition folders to a single output file with parquet format only. Copy is from ADLS Gen 1 to Azure Blob Storage. Pipeline Error: Error code 2200 Troubleshooting guide …
Unable to authorize using Azure MS Entra ID authentication
Hi Azure Support Team, I am trying to access my Azure Storage account using MS Entra ID (formerly Azure Active Directory) authentication, but I'm encountering not found errors. However, with the same setup, I am able to connect successfully using either…
Azure: Uploading Large Data (Over 50GB) to a Storage Account Container
Hello, Thank you for providing such a great service. While using Azure at my company, I encountered a question I’d like to ask. I’m trying to upload training image data over 50GB from my laptop (local) to a container in a storage account, but it seems…
How to validate AzureBlob Uri is valid or not?
I have below code which gets BlobItems form Azure. BlobServiceClient blobServiceClient = new BlobServiceClient(new Uri(ConfigurationManager.AppSettings["AzureBlobLocation"].ToString()), new DefaultAzureCredential()); BlobContainerClient…
Invalid Header Value Error when calling Put Range Method
Hi All, We are following below process to upload a file on to Azure Storage Container but Put Range is always failing with Invalid Header Value Error. Create File : Able to upload an empty File .csv Put Range : Failing with below error The value for…
The value for one of the HTTP headers is not in the correct format Error
Hi Team, we are following the below approach to upload a file to Azure storage container. Create File : Empty File ( It is loading fine) Put Range : This is always failing with invalid header value :…