SetAzureApi Procedure
Sets the information needed for the Azure Function API.
Overloads
| Name | Description |
|---|---|
| SetAzureApi(Text; SecretText) | Sets the information needed for the Azure Function API. |
| SetAzureApi(Text; Text) | Sets the information needed for the Azure Function API. |
SetAzureApi(Text; SecretText) Procedure
Sets the information needed for the Azure Function API.
Signature
SetAzureApi(AzureFunctionBaseUrl: Text; AzureFunctionApiKey: SecretText)
Parameters
AzureFunctionBaseUrl Text
The base url for this Azure Function. Should be in the format https://[FUNCTION-NAME].azurewebsites.net/api/, where [FUNCTION-NAME] is the name of the App Service (found in the "Overview" page for the App Service in Azure Portal).
AzureFunctionApiKey SecretText
The unique API Key to be used.
SetAzureApi(Text; Text) Procedure
Sets the information needed for the Azure Function API.
Deprecated
This procedure is deprecated and should not be used.
Reason: This function is deprecated. Use the overload with a SecretText parameter instead.
Deprecated since: 24.0
Signature
[Obsolete('This function is deprecated. Use the overload with a SecretText parameter instead.', '24.0')]
[NonDebuggable]
SetAzureApi(AzureFunctionBaseUrl: Text; AzureFunctionApiKey: Text)
Parameters
AzureFunctionBaseUrl Text
The base url for this Azure Function. Should be in the format https://[FUNCTION-NAME].azurewebsites.net/api/, where [FUNCTION-NAME] is the name of the App Service (found in the "Overview" page for the App Service in Azure Portal).
AzureFunctionApiKey Text
The unique API Key to be used.
This documentation is generated from Spider v27.2