Tuesday, October 6, 2015

Different URLs used in Azure

  • Existing Portal: https://manage.windowsazure.com
  • Preview Portal: https://portal.azure.com
  • Hosted Websites:  http://websitename.azurewebsites.net
  • Blobs: http://<storage account name>.blob.core.windows.net/<container name>/<blob name>
  • Blob Content: http://<storage account name>.blob.core.windows.net/<container name>/<your path and file name>
  • Access blobs via CDN : http://<your CDN subdomain>.vo.msecnd.net/<container name> /<blob path>
  • Access blobs via HTTPs and custom domain: https://<domain name>/<container name>/<blob path>
  • Table : http://<storage account name>.table.core.windows.net/<table name>
  • TO query entities in a specific table : https://<storage account name>.table.core.windows.net/<table name>(Partition Key='<partition key>',RowKey='<row key>')?$select=<comma separated property names>
  • Queues: http://<Storage account name>.queue.core.windows.net/<queue>
  • Storage Logs: https://<storage account name>.blob.core.windows.net/$logs
  • Accessing VM: https://<VM Name>.cloudapp.net
  • File Share: https://<Storage account name>.file.core.windows.net/<ShareName>
  • Azure Database: <database server name>.database.windows.net