Totara 13 to Totara 17 Upgrade – Major Issues, Causes, and Fixes

|
| By Roshni Rai

We recently undertook the upgrade from Totara 13 to Totara 17, and while the new version brings several functional and performance improvements, the transition came with several significant challenges, especially for teams working with customized environments. Below is a detailed

How to Delete files from azure storage using python

| By Webner

First, install azure-storage-blob module. pip3 intall azure-storage-blob Then import ContainerClient: from azure.storage.blob import ContainerClient After that get your Credentials “Connection string” from the Microsoft official site https://portal.azure.com/#home inside the storage account option. After that just follow the below-mentioned code: from