A [knife] (http://docs.chef.io/knife.html) plugin to create, delete, and enumerate [Microsoft Azure] (https://azure.microsoft.com) resources to be managed by Chef.
NOTE: You may also want to consider using the Azure CLI, this application is written by the Azure team and has many other integrations with Azure. If click here you'll see deeper examples of using the Chef extension and Azure.
Be sure you are running the latest version of Chef DK, which can be installed via:
https://downloads.chef.io/chef-dk/
This plugin is distributed as a Ruby Gem. To install it, run:
chef gem install knife-azure
Depending on your system's configuration, you may need to run this command with root/administrator privileges.
knife-azure 1.6.0
onwards supports Azure Resource Manager (preferred). You can easily switch between:
- Resource manager: commands using the Azure Resource Manager API
- Service management: commands using the Azure service management API
They are not designed to work together. Commands starting with knife azurerm
use ARM mode, while commands starting with knife azure
use ASM mode.
We have added a utility in ARM and ASM to bootstrap existing VM. This will install the chef-client using chef extension on your VM.
For information on contributing to this project see https://github.com/chef/chef/blob/master/CONTRIBUTING.md
Copyright:: Copyright (c) 2012-2016 Chef Software, Inc.
License:: Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.