buffalo-azure icon indicating copy to clipboard operation
buffalo-azure copied to clipboard

A gobuffalo plugin for working with Azure.

Results 18 buffalo-azure issues
Sort by recently updated
recently updated
newest added

Using go version go1.17.5 darwin/amd64, tried to run 'go get -u github.com/Azure/buffalo-azure' but it gave me the following errors: ``` github.com/Azure/buffalo-azure imports github.com/Azure/buffalo-azure/cmd imports github.com/gobuffalo/buffalo/meta: cannot find module providing package...

The only mechanism for installing buffalo-azure today is `go get` or building manually. This is some mix of inconvenient, unstable, and inconsistent for User Agent and issue reporting purposes. To...

backlog
P1

Buffalo itself supports cockroach, but we don't yet support provisioning Cockroach on Azure. To support it, we'd need to extend the gobuffalo quickstart template to offer a pre-configured cockroach cluster.

backlog
provision

Gobuffalo just announced a new concept: [events](https://github.com/gobuffalo/events) One of the things they specifically call out is having a robust backing by a storage queue, or similar. This would be a...

backlog
P1

[There's a brave new world of Go package management coming.](https://research.swtch.com/vgo-intro) We should be part of it as early as possible.

backlog
proposal

As part of the [default Azure template](https://github.com/Azure/buffalo-azure/blob/bfb23d5058b370e9b56e76b69ff98a99f627d340/cmd/testdata/template1.json), create a [container registry](https://docs.microsoft.com/en-us/rest/api/containerregistry/registries/create) and a [container build task](https://docs.microsoft.com/en-us/rest/api/containerregistry/build%20tasks%20(preview)/create) and/or [build step](https://docs.microsoft.com/en-us/rest/api/containerregistry/build%20steps%20(preview)/create) to build and maintain the container described by the repo's main...

backlog

Since the deployment method for Azure uses a [Resource Manager template](https://github.com/Azure/buffalo-azure/blob/bfb23d5058b370e9b56e76b69ff98a99f627d340/cmd/testdata/template1.json), it would be nice to be able to easily add new resources to the template, like a container registry...

backlog

When using the buffalo azure sdk for azure's eventgrid I receive a 404 error when I try to GET the path implementing the subscriber logic. {"code":404,"error":"subscriber not implemented\ngithub.com/Azure/spec-sla-bot/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1...

backlog
P1

Add Azure MSSQL Database to Buffalo database types, by adding MSSQL support to [pop](https://github.com/gobuffalo/pop). Looks like we'd need to add an `mssql` `dialect` [[1][]] similar to the `mysql` [[2][]] and...

backlog
P1

When running in PowerShell or Command Prompt on Windows, the colorization codes get displayed inline with the rest of the log output. This behavior seems to be consistent with Buffalo...

backlog
P2