Access XML file in Azure SQL database where the file is stored in Azure BLOB storage

Accessing files that are stored in BLOB storage during the run-time is a common scenario in most of the implementation. This can be easily achieved when the BLOB container is public faced. In the case of the private containers Shared Access Signature (SAS) facilitate the need of both authenticate and authorization of the file. This … Continue reading Access XML file in Azure SQL database where the file is stored in Azure BLOB storage