Azure / azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
https://docs.microsoft.com/azure/developer/go/
MIT License
1.64k stars 843 forks source link

Add a migration sample for connecting azblob to Azurite #20800

Open jhendrixMSFT opened 1 year ago

jhendrixMSFT commented 1 year ago

Add a sample that demonstrates the best practice for connecting to the storage emulator.

jhendrixMSFT commented 1 year ago

For context, in the legacy storage SDK there is a constructor NewEmulatorClient(). We probably don't want to duplicate this, but it can be used as a starting point.