Mark Tinderholt
Mark Tinderholt
@nrajasekar7 you ever find a fix? I prefer staying in consumption plan as there is better performance. Hoping you figured out a solution. I'm getting black boxes / black squares...
I would like to do the same thing on Azure ❤️
> This can be fixed by setting the token on checkout e.g. > > ```yaml > jobs: > docs: > runs-on: ubuntu-latest > steps: > - uses: actions/checkout@v2 > with:...
I am getting all kinds of pain when I do something similar. but I do this: `resource "google_service_account" "cluster" { project = google_project.main.id account_id = "sa-gke-${var.application_name}-${var.environment_name}-${random_string.project_id.result}" display_name = "sa-gke-${var.application_name}-${var.environment_name}-${random_string.project_id.result}" }`...
> I will go ahead and close this issue now. Please reach out if the issue still persists. i am also seeing this with user assigned identity and storage account....
it definitely seems like there is an issue accessing storage. will share the func name in Teams DM
highlighted in yellow are User Defined App Settings using the `app_settings` block. highlighted in purple are AzureRM created App Settings based on `azurerm_function_app_flex_consumption` schema attributes. Presumably: this is creating the...
I wrote some terraform tests to demonstrate the issue. Same code. different configuration. success when using storage account connection string, fails when using managed identity. https://github.com/markti/automation-tests-azure-functions
this would be a lovely christmas present... 🎁 😅