Fisrt of all we need to create an achive to explain everything from our cluster

There are some steps that we need to know before doing the cluster into azure
We need to have an account with suscription or have credits into azure
We need to have installed Terraform
We need to have installed Azure CLI
So whe we want to deploy the cluster we use the next comand lines and specific things like:
In the start of the document put the provider and the suscription id from our account
provider "azurerm" { subscription_id = "fe2209f4-c434-4a75-bdf3-ea45b7b93ae5" features {} }
We use this commands to deploy the cluster
terraform init terraform validate terraform plan terraform apply
#Terraform Workshop 1
Here we verify that our service is on azure





