Forum Discussion

tochen_snap's avatar
tochen_snap
New Contributor II
7 years ago

What is the azure protocol wasb and wasbs port used

I want to know what port used in the wasb/wasbs protocol?

wasb:///snaplogic/testDir/sampl/csv (to write ‘sample.csv’ file into the ‘testDir’ folder in the ‘Snaplogic’ container)

What is the port used under the hood?

7 Replies

    • aleung's avatar
      aleung
      Contributor 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_snap's avatar
        tochen_snap
        New 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?