You need fixed type VHD to create disk from VHD on Azure. If your disk type is Dynamic, you will see this error. You can convert disk type with Powershell command as below.
Hybrid Cloud Solutions Architect
You need fixed type VHD to create disk from VHD on Azure. If your disk type is Dynamic, you will see this error. You can convert disk type with Powershell command as below.
Service Principal is an identity for use with applications, automated tools (like as Terraform) to access Azure Resources. This identity is a security object within a Microsoft Entra application taht defines what an application can do in given tenant. It can be define in Azure Portal but today I explain…
In Azure services, the Automation > Export template step allowed exporting as ARM (Azure Resource Manager). With the newly announced feature, which is still in preview, we can now export as Bicep and Terraform. This is incredible feature for DevOps teams! Now this feature is in preview and sometimes showing…
To enable pgBouncer, you need to set the pgbouncer.enabled parameter to “enable” in the Server Parameters section of the Flexible Server service on the Azure Portal. Currently, pgBouncer is not supported on the Burstable compute tier, so if you are using the Burstable tier, you will only see the metrics.pgbouncer_diagnostics…