-
var blobStorage = builder
.AddAzureStorage("blob-storage-resource")
.RunAsEmulator(x =>
x.WithDataBindMount().
)
.AddBlobs("blobs"); Is there a way to get a consistent connection string? |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Apr 27, 2025
Replies: 1 comment 3 replies
-
Do you mean a fixed port? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The connection string is fixed if you fix the port no? What am I missing?