We have some selenium java automation test scripts which access azure blob storage. Earlier with our automation scripts we used to access the storage containers via access key and then download the files present in those storage container in our local machine automation repository and run our automation test case. Now the development team has changed the access method from access key to managed identity and now we are unable to access those storage blobs. Can you please kindly help here and let us know method how from our selenium java automation code we can access the azure storage blob with managed identity method. We run our test cases in 1. local run and 2. github actions pipeline. In github actions pipeline run randomly a machine is allocated for running the scripts so so looking for a way for both the runs. Thanks
Need help for 1. how can we access azure storage blob with managed identity method during local automation run. 2. During github action pipeline run how can our selenium java automation test running on a randomly assigned machine access azure blob storage to download files