Class: Jellyfish::Fog::Azure::Connection
- Inherits:
-
Object
- Object
- Jellyfish::Fog::Azure::Connection
- Defined in:
- lib/jellyfish_fog_azure/connection.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/jellyfish_fog_azure/connection.rb', line 5 def connect ::Fog::Compute.new( provider: 'Azure', azure_sub_id: ENV['JF_AZURE_SUB_ID'], azure_pem: ENV['JF_AZURE_PEM_PATH'], azure_api_url: ENV['JF_AZURE_API_URL'] ) end |