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…
Substring/RemoteForwarder Error on Cloud Service Classic
Using Azure Cloud Service Classic with WorkerRoles and ran into this error. I'm not sure what exactly is going on. Message="System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length Server stack trace: at…
Cloud back up
I doubt whether my app has over written the back up , I am unable to recover my old account and the sm accounts linked with it . Is there a way to restore the old back up ?
Can developers develop an application on Azure Gov development outside the U.S.?
Can a U.S. entity of an MNC IT company have access to Azure Government and can it allow non-US developers (outside the U.S.) to access Azure Gov Portal and development environment?
Unable to Cancel Azure Subscription Due to Non-Cancellable Resources: How to Identify Them?
This is the error message I get when I try to cancel my subscription: "Your subscription wasn't canceled Cancellation failed due to presence of non-cancellable resources. Delete the resources before cancelling the subscription." I moved all my…
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…
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…
Not able to Provision Azure Virtual Desktop using Rest APIs
Dear Microsoft Community, I am trying to build a POC for AVD(Azure Virtual Desktop) Provisioning using REST APIs. I learned, for Provisioning a AVD, we need to complete few steps. Create Security Group (for Users, Administrators) Create Resource…
Intel TDX module build parameters
How can we find the following build information about Intel TDX modules used by Azure TDX services: the date it was compiled, the build number, and the module's update version?
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…
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…
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…