Configure Azure resources for Electronic invoicing

The process for setting up Microsoft Azure resources for Electronic invoicing has three steps. The first two steps, "Create an Azure key vault in the Azure portal" and "Create an Azure storage account in the Azure portal," are mandatory. The third step, "Configure a SharePoint connection," is optional. These steps can be completed by using any of the following methods:

  • Use the Azure portal user interface (UI).
  • Run an Azure PowerShell script.
  • Deploy an Azure Resource Manager (ARM) template.

If you prefer to use the Azure portal UI, continue with this article. If you prefer to use the PowerShell script or an ARM template, see Create Azure resources using Azure PowerShell or ARM templates.

Create an Azure key vault in the Azure portal

Create a key vault in your Azure subscription. We recommend that you create a separate key vault for Electronic invoicing, and that you don't combine secrets with other applications. Create as many secrets and certificates as you require for your scenarios for electronic documents. You must create at least one secret to store the shared access signature (SAS) token of the Azure storage account that you create in the next step.

For information about how to complete this step, see Create an Azure key vault in the Azure portal.

Create an Azure storage account in the Azure portal

You own all the electronic documents and files that the Electronic Invoicing service generates or that enter the service. Those documents and files are stored in an Azure storage account that you create in your Azure subscription. The service will access your storage account by using the SAS token that's taken from your Key Vault secret.

For information about how to complete this step, see Create an Azure storage account in the Azure portal.

Configure a SharePoint connection

In some scenarios, you might have to save electronic files to SharePoint and retrieve them from SharePoint. To ensure that the Electronic Invoicing service can access your SharePoint folders, configure access to SharePoint.

For information about how to complete this step, see Configure a SharePoint connection.