Our environment is currently working fine with django 5.0 and returns urls for azure storage with the correct parameters on the url ``` https://mediastorage.blob.core.windows.net/media/file.txt?se=2025-04-18&sp=r&sv=2025-05-05&sr=b&sig=asdfasdfasdfasdfasdfasdf ``` If we upgrade to 5.1 or 5.2 version of django the url for storage files only return the file with no parameters. ``` https://mediastorage.blob.core.windows.net/media/file.txt ```