How to Install & Configure Terraform on Ubuntu
Terraform is an infrastructure as a code platform(IaaC) developed by HashiCorp. We can simply write code in the human-readable format following HashiCorp Configuration Language (HCL) and deploy it to get the infrastructure in the cloud. Terraform is supported in many cloud providers like Google, Amazon, Alibaba, etc. First, Configure azure cli on you system so …
How to Create & Configure File Share in Azure Storage Account
Azure File Share storage offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for …
Read more “How to Create & Configure File Share in Azure Storage Account”
How to Create Firewall Manager Policies on Microsoft Azure
Firewall Policy is an Azure resource that contains NAT, network, and application rule collections, and Threat Intelligence settings. It’s a global resource that can be used across multiple Azure Firewall instances in Secured Virtual Hubs and Hub Virtual Networks. Policies work across regions and subscriptions. Login to microsoft azure portal. Click on All Services. …
Read more “How to Create Firewall Manager Policies on Microsoft Azure”
How to Create Azure Database for PostgreSQL Servers in Microsoft Azure
Azure Database for PostgreSQL is a relational database service in the Microsoft cloud based on the PostgreSQL Community Edition (available under the GPLv2 license) database engine. Azure Database for PostgreSQL delivers: Built-in high availability. Data protection using automatic backups and point-in-time-restore for up to 35 days. Database engine to keep the service secure and up to date. …
Read more “How to Create Azure Database for PostgreSQL Servers in Microsoft Azure”
How to Create Azure Database Migration Services
Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms with minimal downtime. Login to azure portal Click on All Services. Select Azure Database Migration Services. Click on Create. On Basics tab provide the following values:- Subscription: An Azure …