How to save logs with current date and time in Linux ?
Linux provides an inbuilt command for checking the current time and date. The command date is used to get this information on a terminal. How to use date command ?…
Linux provides an inbuilt command for checking the current time and date. The command date is used to get this information on a terminal. How to use date command ?…
Script to fetch Azure storage details. The following script can be used to list all the containers of a storage account along with blobs stored in the containers. Azure CLI…
Microsoft Azure CLI is a command line tool which helps in creating and managing Azure resources. Python provides a package called az.cli which can be used to run Azure CLI…