Forum Discussion
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
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?
- aleung7 years agoContributor III
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”.
- tochen_snap7 years agoNew Contributor II
I see snaplogic have this config
jcc.jvm_options = -DDEFAULT_URL_PATTERN=..core.windows.net.
for azure cloud.If i change it to the following. is it going to work?
jcc.jvm_options = -DDEFAULT_URL_PATTERN=“..core.windows.net.,.core.usgovcloudapi.net”Thanks,
- tochen_snap7 years agoNew Contributor II
Hi [aleung), any updated on my last question?