Configure with Azure to store call recordings, transcripts

{
"artifactPlan": {
"recordingEnabled": true,
"recordingFormat": "wav;l16",
"loggingEnabled": true,
"pcapEnabled": true,
"recordingUseCustomStorageEnabled": true,
"loggingUseCustomStorageEnabled": true,
"pcapUseCustomStorageEnabled": true,
"recordingPath": "https://your-bucket.s3.amazonaws.com/recordings/",
"loggingPath": "https://your-bucket.s3.amazonaws.com/logs/",
"pcapS3PathPrefix": "/pcaps",
"transcriptPlan": {
"enabled": true,
"assistantName": "Assistant",
"userName": "Customer"
}
},
"credentials": [
{
"provider": "aws",
"region": "us-east-1",
"accessKeyId": "your-access-key",
"secretAccessKey": "your-secret-key"
}
]
}
I see in the docs only aws example is available. Can you give me similar for provider azure
@Vapi Support Bot @Vapi
Was this page helpful?