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.
It is possible to migrate EC2 servers using Azure Migration or other tools but it can be an unnecessary workload for small organizations due to application installation requirements. So, I’ll describe how to migrate single VM to Azure using aws and az CLI with object storages. Firstly, we’ll Log in…
You can use the following policy to make the objects under S3 bucket publicly readable. To make this, Go to S3 Bucket on AWS Console, click Permissions and press the Edit button next to Bucket policy. Copy Json, update “bucketName” with yours.
CORS (Cross Origin Resource Origin) is a mechanism, managed by the web browser and using additional HTTP headers, that allows a web application running on one origin to control access permission to a web application running on a different origin. Without CORS definition, browser shows error in below. from origin…
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…
By default CCE (Cloud Container Engine) has a temporary secret for SWR (Software Repository for Container) connection with default-secret name. This secret has an expiration date and updating periodically. You can use describe command to show when it will expires. In some cases, for example pushing images to SWR from…
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…
When attempting to view files within Huawei Cloud’s OBS storage service using a browser, the files are automatically downloaded instead. Actually this is not a problem. Huawei Cloud describe that online preview is disabled by default and requires activation steps. To enable online preview:
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…