All Projects → Azure → buffalo-azure

Azure / buffalo-azure

Licence: MIT license
A gobuffalo plugin for working with Azure.

Programming Languages

go
31211 projects - #10 most used programming language
AMPL
153 projects

Projects that are alternatives of or similar to buffalo-azure

buffalo-heroku
Archived use github.com/gobuffalo/buffalo-heroku
Stars: ✭ 16 (-44.83%)
Mutual labels:  deployment, gobuffalo
Ray
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
Stars: ✭ 18,547 (+63855.17%)
Mutual labels:  deployment
Concourse Up
Deprecated - used Control Tower instead
Stars: ✭ 207 (+613.79%)
Mutual labels:  deployment
Stretcher
Deployment tool with consul/serf event notification.
Stars: ✭ 232 (+700%)
Mutual labels:  deployment
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (+651.72%)
Mutual labels:  deployment
Ecspresso
ecspresso is a deployment tool for Amazon ECS
Stars: ✭ 242 (+734.48%)
Mutual labels:  deployment
Ansible Rails
Ruby on Rails deployment using Ansible - with Lets Encrypt, Sidekiq, PostgreSQL, nginx & puma
Stars: ✭ 199 (+586.21%)
Mutual labels:  deployment
dinobuildr
A macOS deployment utility developed by Mozilla IT
Stars: ✭ 26 (-10.34%)
Mutual labels:  deployment
Provision
Digital Rebar Provision is a simple and powerful Golang executable that provides a complete API-driven DHCP/PXE/TFTP provisioning system.
Stars: ✭ 252 (+768.97%)
Mutual labels:  deployment
Mason
Cross platform package manager for C/C++ apps
Stars: ✭ 230 (+693.1%)
Mutual labels:  deployment
Rollback
Ansible role to rollback scripting applications like PHP, Python, Ruby, etc. in a capistrano style
Stars: ✭ 230 (+693.1%)
Mutual labels:  deployment
Cqtdeployer
This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
Stars: ✭ 225 (+675.86%)
Mutual labels:  deployment
Fusioninventory For Glpi
FusionInventory plugin for GLPI
Stars: ✭ 241 (+731.03%)
Mutual labels:  deployment
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (+648.28%)
Mutual labels:  deployment
dropship
Super simple deployment tool
Stars: ✭ 62 (+113.79%)
Mutual labels:  deployment
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (+586.21%)
Mutual labels:  deployment
K8s Diagrams
A collection of kubernetes-related diagrams
Stars: ✭ 227 (+682.76%)
Mutual labels:  deployment
Gradle Cargo Plugin
Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Stars: ✭ 238 (+720.69%)
Mutual labels:  deployment
Dynatrace-OneAgent-Ansible
This Ansible role installs Dynatrace OneAgent.
Stars: ✭ 34 (+17.24%)
Mutual labels:  deployment
deployment-controller
基于Fabric8模拟Kubernetes的Deployment实现一个Controller
Stars: ✭ 60 (+106.9%)
Mutual labels:  deployment

Buffalo-Azure

GoDoc Build Status

By extending gobuffalo, we seek to empower rapid web developers to deploy to Azure easily, and even generate code that will integrate well with Azure services.

Don't have an Azure account? Get started right now for free.

provision

buffalo azure provision [flags]

It's fun to tinker with a website locally, but at some point you've got to get it hosted. Use the provision command to create the necessary infrastructure and services to run your website on Microsoft's Cloud. All you need is to use the Dockerfile already generated by Buffalo to create an image that will be run in an Azure Web App for Containers.

Read a comprehensive walk-through of using Docker and the buffalo azure provision command to have your Buffalo application running on Azure in no-time.

eventgrid

buffalo generate eventgrid {name} [flags]

Azure Event Grid is an HTTP based messaging solution, that seeks to empower you while writing event-driven reactive web applications. Many Azure Services are already wired up to start informing you when their events happen using Event Grid.

Running this command will add an action to your buffalo application that can be registered with an Event Grid Topic. It automatically responds to Subscription Validation events, and dispatches to different methods based on the Event Type string in an Event definition.

Installation

This is an extension, so before you install Buffalo-Azure, make sure you've already installed Buffalo.

Build from Source

go get

Use go get to acquire and install from source. Versions of the project after v0.2.0 use Go modules exclusively, which means you'll need Go 1.11 or later.

For more information on modules, see the Go modules wiki.

go get -u github.com/Azure/buffalo-azure

Binary Distribution

This isn't supported yet, but if you'd like to see it, go get it moved up our backlog by thumbs-upping or commenting on Azure/buffalo-azure#37.

Authentication

While working with Buffalo-Azure, there are two options for establishing an identity that should be used for any operation requiring Azure authentication:

Device Authentication

This option requires manual attention, but is simple. Just add --use-device-auth to the command line and you'll be prompted to login with your identity. If you omit data that can be inferred, it may be slow, but Buffalo-Azure will just figure it out for you.

Service Principals

Using the command-line arguments --client-id, --client-secret, and --tenant-id, or the corresponding environment variables AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID, one can specify a Service Principal's identity.

To learn more about getting started with Service Principals you can look here:

Disclaimer

This is an experiment by the Azure Developer Experience team to expand our usefulness to Go developers beyond generating SDKs. This is not officially supported by the Azure DevEx team, Azure, or Microsoft.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Attribution

The image of Azure Gophers was drawn by Ashley McNamara, based on artwork by Renee French. It is licensed under the Creative Commons 4.0 License. You can find many more gophers like this one at: https://github.com/ashleymcnamara/gophers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].