Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Installing Azure Ruby SDK

Sarangan Rajamanickam edited this page Mar 6, 2017 · 4 revisions

The complete list of gems in Azure Ruby SDK could be found here. Each gem, in the list, could be installed directly such as:

gem install azure_mgmt_compute
gem install azure_mgmt_storage
gem install azure_mgmt_resources
gem install azure_mgmt_network

Or use them in your Gemfile.

gem 'azure_mgmt_storage'
gem 'azure_mgmt_compute'
gem 'azure_mgmt_resources'
gem 'azure_mgmt_network'

Alternatively, you could use gem install azure_sdk or gem 'azure'(in your gemfile) to install all the associated azure gems.