Computer Science, asked by Helios6382, 7 hours ago

We can restrict the request protocol to storage accounts using the SAS.
True
False

Answers

Answered by prateekkumarrayhkp
3

Answer:

false is the correct answer

Answered by tripathiakshita48
0

Answer:

We can restrict the request protocol to storage accounts using the SAS. - True. Data disks are stored in Block blobs in storage account. - True

Explanation:

Use a SAS to give secure access to resources in your storage account to any client who does not otherwise have permissions to those resources. A common scenario where a SAS is useful is a service where users read and write their own data to your storage account.

A shared access signature (SAS) is a URI that grants restricted access rights to Azure Storage resources. You can provide a shared access signature to clients who shouldn't be trusted with your storage account key but who need access to certain storage account resources.

SAS is a protocol for point-to-point serial transmissions between storage devices and the computers they are storing data for. Point-to-point means that all data transfers across SAS are sent directly between the two communicating entities , storage device and computer, which are connected by a physical cable.

Account SAS - defined at the level of a storage account; can give access to multiple services (e.g. blob, queue, file, table) at the same time, supports some operations which are not supported by other SAS types.

Hence, We can restrict the request protocol to storage accounts using the SAS. - True.

For more related question : https://brainly.in/question/1195128

#SPJ5

Similar questions