Introduction Hashicorp provides docker container for terraform. There are two types of containers light and full. Light version contains the binary and full version compilesRead More
Browsing Category : Cloud
Change Azure active subscription in Powershell and web portal
If the Azure account has more than one subscription there is possible to switch between different subscriptions on the fly. In Powershell to have itRead More
Azure Usage REST API presentation and demo
Another presentation about Azure resources pricing. First one Retecart contains all prices for all resources. This one has records of all created resources for aRead More
Azure RateCart REST API presentation and demo
Here is very interesting presentation from Microsoft about Azure RateCart REST API used for the Azure resources and detailed prices. Outline Overview of Azure BillingRead More
Creating Azure storage account by using Azure Python SDK and by AZ module in Powershell
In this example Azure resource group is already created. Also the credentials like Client ID, Subscription, Client Secret and Tenant are exported in the bashRead More
Create docker for Azure SDK and code repository mount
In this scenario Docker is used for running scripts that manages Azure resources. All files in local repository are mounted in local folder in docker.Read More
How to get Azure credentials: SUBSCRIPTION, TENANT, CLIENT and CLIENT SECRET.
To get Azure credentials first login to Azure portal. The credentials like SUBSCRIPTION, TENANT, CLIENT and CLIENT SECRET IDs are used to access and manageRead More
How to connect to AWS by boto3
Boto3 is an API used to communicate with AWS Cloud to manage services like EC2 or S3. This is AWS SDK for python which allowsRead More
Install terraform on CentOS 7.5
Terraform is an infrastructure as code software by HashiCorp. It is a tool for building, changing, and versioning infrastructure in efficient way. Terraform supports manyRead More
Create Virtual Machine with public key in Azure ARM
There are two options to create virtual machine (Linux VMs) in Azure ARM (Azure Resource Manager). One with password and second with public key. WhenRead More