Kitchen Docs
Test Kitchen on Azure
- Install azure cli from here
- Launch any terminal (Powershell) and execute
az login
- Generate a cookbook and cd into that.
- Install chef gem using command
chef gem install kitchen-azurerm
Accessing Node Object in Recipes
- Node object is available inside recipes as node.
- Type of node is ruby hash
Kitchen Docs
Test Kitchen on Azure
- Install azure cli from here
- Launch any terminal (Powershell) and execute
az login
- Generate a cookbook and cd into that.
- Install chef gem using command
chef gem install kitchen-azurerm
Accessing Node Object in Recipes
- Node object is available inside recipes as node.
- Type of node is ruby hash
Like this:
Like Loading...