Login
Remember
Register
Ask a Question
You have an Azure Storage account named "superstore", and you create a new Storage Table called "BigTable". Which URL is used to access the newly created Storage Table?
+2
votes
asked
Jan 25, 2022
in
Azure Essentials
by
sharadyadav1986
You have an Azure Storage account named "superstore", and you create a new Storage Table called "BigTable". Which URL is used to access the newly created Storage Table?
a)
http://superstore.storage.core.windows.net/table/bigtable
b)
http://superstore.table.core.windows.net/bigtable
c)
http://superstore.table.azurestorage.net/bigtable
d)
http://superstore.azurestorage.net/table/bigtable
azure-storage-account
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 25, 2022
by
sharadyadav1986
b)
http://superstore.table.core.windows.net/bigtable
is used to access the newly created Storage Table
...