Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azd

  • 0.9.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Azure Developer CLI generators Ruby Gem

:warning: Work in progress! Issues or PR are welcome!

This Gem simplies integrating and using Azure Developer CLI (azd) in your ruby projects. For now it works only with Ruby on Rails and is built as a Rails Generator.

Usage

Add the Gem to your Gemfile with Bundler:

bundle add azd --group development

Alternatively, you can also add the following line to your Gemfile:

gem "azd", "~> 0.9.1"

In your Rails application directory run:

bin/rails generate azd:install

This will add the following to your application:

  • azure.yaml: azd's configuration file.
  • infra: a directory containing Bicep templates to provision the infrastructure.

Azure Developer CLI (azd) in a nutshell

Azure Developer CLI (azd) is a command line interface built on top of Azure CLI (az) that simplifies the process of building, provisioning and deploying applications to Azure.

It offers a streamlined workflow for Azure development, enabling faster and more efficient development cycles.

Future

  • Add MySQL as a target database
  • Add Redis for caching and messaging
  • Add other types of Ruby applications
  • Allow for Terraform templates?
  • Let us know what would be most interesting to you by opening an Issue!

FAQs

Package last updated on 14 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc