

Recall that DecryptBlobFile needs the encryption key to perform the decryption. Operationally, the DecryptBlobFile skill takes the URL and SAS token for each blob as inputs, and it outputs the downloaded, decrypted file using the file reference contract that Azure Cognitive Search expects. Be sure to choose the same subscription that your Azure Key Vault instance lives in. You'll be prompted to provide a subscription and resource group. A built-in deployment script creates an Azure Function resource named starting with psdbf-function-app- and loads the skill. In this section, you will deploy the skill to an Azure Function so that it can be used in a skillset. This example uses the sample DecryptBlobFile project from the Azure Search Power Skills GitHub repository.
