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…
I can't seem to run az login - it freezes after showing my subscription IDs and asking me to select them
I installed az in VSCode via pip install az-cli and then ran az login which popped up an interactive login process. it got as far as outlining the subscription names but I can't seem to press enter or do anything- it seems to hang and prevent me from…
Why am I seeing an error with a valid phone number when registering for an account?
When attempting to register for an account using a valid phone number, I'm getting errors: Please do not enter country code in your phone number. Phone number may be invalid. Valid phone numbers for United Kingdom are between 7 and 10…
how to fix The term 'az' is not recognized as the name of a cmdlet, function, script file ?
Hi when I run the command "az dt list -o table" in Powershell from visual studio code, I get the following error: The term 'az' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the…
DataFactory Deployment : DeploymentFailed: At least one resource deployment operation failed.
I am trying to deploy Data Factory from dev to test and production instances using Azure DevOps. The pipeline consists of the following steps: See Image below Since, I am using linked templates my first step is to copy the templates to a…
What is the best Azure Integration if I want to have an active synchronization between an on premise database and Azure cloud database
I would like to integrate my on premise SQL Server database with the Azure cloud database such that there both contain the same data. If there is no internet, users can connect to the on premise database and continue to work.
What's difference between Azure virtual machine and Azure Virtual Desktop.
In a simple explanation, What's difference between Azure virtual machine and Azure Virtual Desktop ?
How can I add Mozambique as an option when creating an Azure account?
Hello, I'm trying to create an Azure account, but Mozambique is not listed as an option. Because of this, I'm having trouble registering my phone number since I can't use another country's number. I'm aware that Microsoft may be working on adding…
Does MS Defender provides security features (like vulnerability scanning and Intrusion prevention etc) can be configure for Azure Cloud service (extended support) CS-ES.
Defender documentation shows The vulenerability scan is limited to VM as supported destinations only. Also the Defender inventory list does not shows any CS-ES instances protected by it.
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…
Update to cloud service extended support fails
I'm trying to update a cloud service extended support instance. I've uploaded the files to a storage account and followed the normal process I'm familiar with, I'm doing that through the Azure management portal. My previous deployment was almost 1 year…
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…
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…
Will enabling "Agentless scanning and MDE for Microsoft Defender for cloud" impact any existing resources in Azure Subscription?
Can we enable "Agentless scanning and MDE for Microsoft Defender for the cloud" in Azure subscription without impacting existing subscription resources?
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…
Trying to setup action groupwith Cloud Service (classic) - health alerts not reporting
Hi I'm not sure if I've misconfigured something - I'm not an azure pro! We have a cloud service (classic app) which is generating health alerts when I stop / start it - i.e. I can see the events in the Azure portal (Service Health->Resource…
How to install custom scripts and powershell commands in azure cloud services extended support
Hi team, we are using azure cloud services extended support service and we spin up web and worker roles. While deploying the web role, we wanted to run a command, install bat file and run a powershell script in web role VMS. From docs, i got to know…
Cloud Service Extended support - Web Roles Instances access not available on average 53 minutes after deployment
Hi, I have recently migrated my application from cloud service classic to Cloud Service Extended support. All went fine but, I'm having issues with Web Roles timeout for longer time after the deployment (could package) via Azure Pipeline using ARM…
Is there any way to make uploaded certificate's private key exportable?
In Azure Cloud Service, I want to use below code to get client assertion, but the error at the line "var privateKeyXmlParams = certificate.PrivateKey.ToXmlString(true);" is "Key not valid for use in specified state. ". …
Azure Cloud Service classic for net core or .net 5
I have an existing "Azure Cloud Service (classic)" project that runs our cloud services. I'm currently trying to migrate everything over to .NET 5, but it seems the cloud service project doesn't have the ability to use .NET 5 or even Net Core…