Dave Curylo
Dave Curylo
The WindowsAzure.Storage libraries are pretty old - would you be open to updating this to Azure.Data.Tables? I've got a work in progress, but wanted to make sure @Dzoukr is good...
When setting the location in the `arm` builder, I found that the order matters, which is confusing, especially if the location is only set once in the builder. While this...
To grant an AKS cluster access to a container registry in the Azure CLI, the AcrPull role is granted on that container registry to the AKS cluster's service principal. This...
A [service endpoint policy](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoint-policies-overview) is used to restrict network access between subnets and resources, such as restricting that only a certain virtual network subnet can access a storage account. Adding...
This PR closes #1073 The changes in this PR are as follows: * VNet Peering enhancements. * Vnet enforcement for VM encryption (work in progress) I have read the [contributing...
I created a Dockerfile that builds SWI-Prolog from source, clones Pengines, and runs a server. It would be great if this could be included in this repo or some other...
The changes in this PR are as follows: * Sorts modules for ARM resources in alphabetical order. I have read the [contributing guidelines](CONTRIBUTING.md) and have completed the following: * [x]...
Some features of Service Bus are only available on certain SKUs. The resource provider doesn't always do this validation or give useful error messages, so if Farmer can tell a...
This PR improves the default behavior when no location is specified, improving upon the issue in #682, although not quite fixing it yet. The changes in this PR are as...
@isaacabraham the subscription used by CI has been removed, so builds are failing. Was this removed intentionally or was there supposed to be a change to a different subscription? Should...