How to attach a blob file from Azure to Business Central (Document Attachment)?

Introduction:

This blog has three parts

  1. Copy a file from one azure container to another container placed in the same storage location
  2. Create a Purchase Invoice and attach the azure blob in the document attachment
  3. Delete the blob file from the source container.

Pre-requisites:

  1. Visual Studio Code (VS Code)
  2. Business Central SaaS environment
  3. Files uploaded to one container

Steps:

Click here to refer Part 1

Read More »

How to copy a file from one Azure container to another using VS Code in Business Central ?

Introduction:

This blog demonstrates how copy a file from one azure container to another container placed in the same storage location using VS Code in Business Central.

Pre-requisites:

  1. Visual Studio Code (VS Code)
  2. Business Central SaaS environment
  3. Files uploaded to one container

Steps:

We need a basic setup in Business Central where we define the blob storage name , the source container and the destination container with the access key.

Read More »