@Deanna Delapasse Yes, a container with an encryption scope in an Azure storage account can be accessed using a connection string. The encryption scope does not change the way you access the container; it only affects how the data within the container is encrypted and decrypted.
When you use a connection string to access the container, the encryption and decryption processes happen transparently. This means you can read and write data to the container as usual, and Azure handles the encryption and decryption behind the scenes.
-https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-scope-overview
-https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-scope-manage?tabs=portal