Azure Functions Community Standup - New Azure Functions extensions for SQL and Data Explorer

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 6

  • @dev_io
    @dev_io 6 месяцев назад

    Very nice explanation from Ram. Still remember the days we debugged big ADX queries and your valuable suggestions back when we were in Mercedes

  • @ikenwagbo4646
    @ikenwagbo4646 7 месяцев назад

    Can you provide example for the ADX - the datasource value in Azure Function configuration. This is the KustoConnectionString - trying to see how this is entered with a UserManagedIdentity.

  • @JuniusDimasuhid
    @JuniusDimasuhid Год назад

    With these new extensions, can Azure Functions trigger a SQL Db trigger event?

    • @drewskwierskoballa
      @drewskwierskoballa Год назад

      Azure Functions can be started by the SQL trigger (insert, update, and deletes). Azure Functions can also write to SQL database and read from a SQL database with the SQL bindings. This applies to Azure SQL Database, Azure SQL MI, and SQL Server 2016+

  • @LencoTB
    @LencoTB Год назад

    Does this mean that Azure Functions can now trigger based on events happening in a SQL Db? Like inserting a record in a table or updating it?

    • @drewskwierskoballa
      @drewskwierskoballa Год назад +1

      that's correct! Record inserts, updates, and deletes can all trigger an Azure Function