skip to Main Content

retention_policy terraform is deprecated inside azurerm_monitor_diagnostic_setting how to update it using azurerm_storage_management_policy

retention_policy has been deprecated in favor of azurerm_storage_management_policy resource - to learn more https://aka.ms/diagnostic_settings_log_retention do you know and have some examples how to implement it using the azurerm_storage_management_policy resource? so how to implement this block using: resource "azurerm_monitor_diagnostic_setting" "example" {…

VIEW QUESTION

Slow Azure functions deployment

I have a Node.js Azure Function in TypeScript. When I deploy, it takes like 25 minutes to deploy. Those are pretty basic functions with Prisma ORM. Building locally takes couple seconds only. Is that normal? I also have the WEBSITE_RUN_FROM_PACKAGE…

VIEW QUESTION
Back To Top
Search