Forum Discussion
7 Replies
- tochen_snapNew Contributor II
Why does wasb protocol only use blob container and it does not need the host?
The host is account-name.blob.core.windows.net.
Under the hood, you “hard code” it in somewhere?
Very strange?- aleungContributor III
The host is dynamic prefixing “Account Name” from Account associated to the File Writer snap. As for port it should be 80 or 443 depends on if you are doing wasb or wasbs
e.g. * Blob storage: http:// [Account Name] .blob.core.windows.net
- tochen_snapNew Contributor II
You did not answer my question. the the associated account has “account name” and the url (wasb:///snaplogic/testDir/sampl/csv ) has the “container name”.
For the part “.blob.core.windows.net”, where do you keep? hard coded?In case NYC azure us gov cloud, the url is “blob.core.usgovcloudapi.net”. What to do with this case?