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 : Azure

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

Fixing missing country name from wp-statistics plugin in WordPress running on Azure as a web service
By default WordPress plugin wp-statistics somehow doesn’t display countries names like in the example below: In wp-statistics settings default Visitor IP is set to REMOTE_ADDR:Read 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

Nginx – setup reverse proxy to the backend http server in Azure
This article describe how to setup Nginx proxy server for backend http server located in Azure and without internet access. Access to the web serverRead 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

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