Disclaimer This is an error message that my colleague Remco Bruijstens got while trying to re-new a certificate in an Azure WebApp. He resolved the issue by himself. I simulated the error and created a blog post in consultation with Remco. The error message: A DNS CAA record exists for domain(s) bwb.cloud which forbids the … Continue reading FIX: A DNS CAA record exists for domain(s) bwb.cloud which forbids the issuance of this certificate
Tag: Azure
FIX: The request was discarded by a third-party extension DLL file
RDS with Azure MFA as extra security layer. Yesterday I had a wonderful problem again! It was about Remote Desktop Service again, but this time at one of our customers. We use an RDS environment with Azure Multi Factor Authentication as an extra security layer. When logging in, we were asked to enter our credentials … Continue reading FIX: The request was discarded by a third-party extension DLL file
FIX: New folders aren’t showing in DevOps Repository
Where is my directory structure in Azure DevOps? This was a nice one. I was asked to create a new repository in Azure DevOps and to think about the structure. I started in good spirits with creating the repository and started organizing the folder structure and the ideas I had. I then tried to sync … Continue reading FIX: New folders aren’t showing in DevOps Repository
FIX: The current subscription type is not permitted to perform operations on any provider namespace
Please use a different subscription? One of my automated scripts suddenly stopped working. I saw the following error message in Azure Automation: Get-AzureRmStorageAccount : The current subscription type is not permitted to perform operations on any provider namespace. Please use a different subscription. I was surprised because this script has been running daily for more … Continue reading FIX: The current subscription type is not permitted to perform operations on any provider namespace
FIX: Vault cannot be deleted as there are existing resources within the vault
Resource Groups and Azure Recovery Services Vaults. In my own Azure developer tenant, I have several resource groups that needed to be cleaned up. I couldn’t remove one resource group. The only thing left was Azure Recovery Service Vaults.After trying to manually remove the RSV I got the following error message: There is a Azure … Continue reading FIX: Vault cannot be deleted as there are existing resources within the vault
FIX: Enable network adapter Virtual Machine in Azure by Bas Wijdenes
Network Adapters and Virtual Machines in Azure. I have several virtual machines within my own test tenant. I did not manage to get the new machine within the domain. Somehow DNS screwed something up. Because of this I came up with the brilliant idea to temporarily switch off the network adapter and then restart it … Continue reading FIX: Enable network adapter Virtual Machine in Azure by Bas Wijdenes