-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core]: Add helper to rewrite blob storage urls
In the low-latency branch, EventGrid gives us urls like `https://<account>.blob.core.windows.net/<container>/<path>`. The create items function expect `blob://<account>/<container>/<path>` URLs. This function implements that.
- Loading branch information
Tom Augspurger
committed
Apr 7, 2023
1 parent
51d67bf
commit 8abc9ae
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters