sauln

Results 48 comments of sauln

> Hi @fardarter, I'm not familiar with Azure Devops, so unsure exactly what is exposed to the runners there automatically. Perhaps they consider the ARM_* environments too sensitive to expose...

There is a discussion on the linked thread. The error I get is identical: ``` ERROR: failed to create cluster: docker run error: command "docker run --hostname kind-control-plane --name kind-control-plane...

Using Docker Desktop for Mac. I've checked the file share paths (as per docs) and all is in order (cluster starts fine if I remove the field). If you have...

If you're correct, @BenTheElder, then a comment on the docs would be correct, IMO, especially as they're example docs.

> PRs to the docs warning about this would be most welcome, I think. > > The configuration guide has a note that it's still a bit lacking at the...

OK, I'll do a little PR tomorrow.

So this is doable if you use `WEBSITE_RUN_FROM_PACKAGE` from a storage upload. Below is a working deployment. ```hcl resource "azurerm_linux_function_app" "function_app" { name = "linux-function-app" resource_group_name = var.resource_group_data.functions_app.name location =...

> @fardarter I saw that option but [this azure doc](https://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package#considerations-for-deploying-from-a-url) made me hesitant to use the URL option. It seems like there's a lot of drawbacks to it. Have you...

> There is an optional argument for the function app resource: [enable_builtin_logging](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/function_app#enable_builtin_logging) that defaults to true. For me these hidden-links seems to somehow be connected with this setting. When I...