Problems with UK phone number when attempting to register for an Azure account
I want to register for a free Azure account so I can evalute whether it is suitable for a blockchain project. However, when entering any UK phone number - landline or mobile - into the registration form, I am informed either that I have entered a…
Invoke-AzVMRunCommand has begun reporting an error
I am creating a set of vms as copy of an original vm and after vm is created I run a remote command to rename vm. It has worked without any error notice but now ... for (...) { # Run a script string to rename a VM and restart it if…
App Service Plan Create operation is throttled
I'm trying to create a web app on azure today. However, the creation was failed with error code 429. I tried three times and the problem persists. I read several other posts about this error code. All the answers suggest that this throttling is for the…
error ASPCONFIG: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level, when adding <hostingEnvironment shadowCopyBinAssemblies="false" /> in web.config file.
I've an azure cloud service web role project. In the csproj file I have the pre-compilation steps to basically pre-compile the asp.net application and generate app_*.dll's. Now I've to add <hostingEnvironment shadowCopyBinAssemblies="false"…
Azure App Service Environment Quota
When I try to deploy a function app (EP1), app service environment (I1v2), or app service plans in the portal, with the CLI or terraform, I get the error 'This region has a quota of 0 instances for your subscription. Try selecting different region or…
Arc servers machines are already connected to a different subscription id or resource group when creating cluster in Azure portal
I am using azure portal to create a cluster but ran into an issue during Azure Stack HCI Arc Integration validation. "Title": "Test Arc for servers machines state", "Status": 1, "Severity": 2,…
Azure CLI prompts "Failed to connect to MSI" when creating keys in KeyVault
I want to create an exportable key in AKV with the attached SKR policy as described here (here ): az keyvault key create --exportable true --vault-name "vault name from step 1" --kty RSA-HSM --name "keyname" --policy…
Cloud Service Extended Support Key vault access keys and secrets
I am in the process of migrating Cloud Service Classic to Cloud Service Extended Support which I also want to get working with Key Vault. The application has been successfully migrated and without any KV changes to code/webconfig it publishes fine. Once…
Re-deploy cloud service to extended, how to redirect traffic ?
Hi Cloud services(classic) became end of life as of September 1st, the only upgrade option i had was re-deploying to extended support since other methods did not quite work for me(another story). Looking into Azure I see now traffic going to both…
Cloud Services (extended support) deprecation
Hi, So two major components of Cloud Services (extended support) are scheduled for deprecation in September 2025. Load Balancer (Basic…
Where can find the latest Microsoft Financial Services Addendum?
Where can find the latest Microsoft Financial Services Addendum?
Finding Subscription Creator and Creation Date
to retrieve information about the creation of an Azure subscription. My goal is to find out who created the subscription and when it was created. I've tried using various Azure CLI commands, but I haven't been able to obtain this information.
How to fix (TasksOperationsNotAllowed) ACR Tasks requests for the registry <containerRegistryName> and <password> are not permitted.
When running the following command on Azure Cloud Shell getting the TasksOperationsNotAllowed error. How to fix? Command: az acr build --registry $REGISTRYNAME --image expressimage . Errror: (TasksOperationsNotAllowed) ACR Tasks requests for the…
Will Cloud Services (extended support) instances be impacted by MS project to turn-off TLS 1.0 & 1.1? If so, when?
We provide online services to users who work with old infrastructure. Will Cloud Services (extended support) instances be impacted by MS project to turn-off TLS 1.0 & 1.1? I've seen Oct 31st 2024 as a date for the start of this project with some…
Azure subscription is terminated
Our corporate Azure account has been blocked without a notification. We created a ticket request and it was closed with a message: It looks like your account was disabled for violating the Azure terms of use. Our earlier decision remains, and your…
Update Azure cloud service extended load balancer tags
Hi there, We have deployed azure Cloud service (extended support). And it creates load balancer as part of it. We have applied tags on cloud service itself but we are not able to apply tags on load balancer. I can do it on UI, so I was wondering if thee…
How to access a .file.core.windows.net share from withing a Site-to-Site VPN Tunnel
I have a site-to-site IPSEC VPN tunnel between our office and our Azure Cloud Virtual Servers which has been working fine for years. I recently created an Azure Files Storage Account Share which I can sucessfully access from the Internet via port 445…
Cloud Shell failed to provision: {"code":"ServiceUnavailable","message":"Cloud Shell is not available at this moment, please retry later."}
Cloud Shell failed to provision: {"code":"ServiceUnavailable","message":"Cloud Shell is not available at this moment, please retry later."}
Cloud Service Extendend Support deployment issue
I am delpoying Web Role Package with standard_A1_v2 VM Size in Azure Cloud service extended support . I got below error . Reason: Allocation failed. The cluster where the Cloud Service is allocated may be out of capacity. Please read more about…
How to delete a service that won't stop
I wanted to upgrade my Azure Cloud Service from Classic, but the service won't stop. Now I can't even delete it. I've already lost my customer, and now I'll have to keep paying Microsoft for another month. I can't find anyone to talk to. If there's a…