使用 ARM 模板为 Azure 创建外部函数¶
这些主题详细说明了如何使用 ARM (Azure 资源管理器)模板创建 Microsoft Azure 上托管的外部函数。
Snowflake provides a sample template that you can start with. This template hides some details of the creation process and hard-codes some names (e.g. trigger name) and functionality. When you are ready to create your own custom external function, you can either customize a copy of the template or you can use the Azure Portal to create the function.
这些主题假定您已熟悉 Azure 门户。它们描述了您需要完成的一般步骤,但没有详细描述门户。
另请参阅:
步骤:
- Step 1: Create an Azure AD app for the Azure functions app in the Portal
- Step 2: Use the template to create the remote service (Azure function) and proxy service (API Management service)
- Step 3: Create the API integration for Azure in Snowflake
- Step 4: Link the API integration for Azure to the proxy service in the Portal
- Step 5: Create the external function for Azure in Snowflake
- Step 6: Update the Azure security policy for the proxy service in the Portal