When trying to create BlobServiceProperties I'm getting the following error with strange looking 10-starting ip address. Any ideas? What I'm doing wrong?
self.my_storage_account = storage.StorageAccount(
account_name=mystorageaccount,
...
blob_service_properties.BlobServiceProperties(
account_name=
self.my_storage_account.name,
...
error: autorest/azure: Service returned an error. Status=404 Code="HttpResourceNotFound" Message="The request url
http://10.0.14.52:30044/...my_storageaccount?api-version=2021-04-01 is not found."