12-26-2018 12:00 AM
12-26-2018 01:29 AM
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?
12-26-2018 11:02 AM
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
12-26-2018 05:59 PM
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?
12-26-2018 09:01 PM
I don’t believe snapLogic current support Azure US Gov Cloud. You likely need to file an enhancement request with support. Yes, the domain portion is partially hardcoded with “account name”.