Question : You administer an Azure Storage account with a blob container. You enable Storage account logging for read, write and delete requests. You need to reduce the costs associated with storing the logs. What should you do?
Explanation: There are two ways to delete Storage Analytics data: by manually making deletion requests or by setting a data retention policy. Manual requests to delete Storage Analytics data are billable, but delete requests resulting from a retention policy are not billable.
Question : Your company is launching a public website that allows users to stream videos. You upload multiple video files to an Azure storage container. You need to give anonymous users read access to all of the video files in the storage container. What should you do? 1. Edit each blob's metadata and set the access policy to Public Blob. 2. Edit the container metadata and set the access policy to Public Container. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Edit the container metadata and set the access policy to Public Blob.
says "By default, the new container is private and you must specify your storage access key to download blobs from this container. If you want to make the files within the container available to everyone, you can set the container to be public using the following code:
container.SetPermissions( new BlobContainerPermissions { PublicAccess = BlobContainerPublicAccessType.Blob }); Anyone on the Internet can see blobs in a public container, but you can modify or delete them only if you have the appropriate access key.
So, I think the ans is 4
If anyone has more idea, please comment
Question : Your company plans to migrate from On-Premises Exchange to Exchange Online in Office . You plan to integrate your existing Active Directory Domain Services (AD DS) infrastructure with Azure AD. You need to ensure that users can log in by using their existing AD DS accounts and passwords. You need to achieve this goal by using minimal additional systems. Which two actions should you perform? Each answer presents part of the solution.
A. Configure Password Sync.
B. Set up a DirSync Server.
C. Set up an Active Directory Federation Services Server.
Explanation: "DirSync with Password Sync - Used when you want to enable your users to sign in to Azure AD and other services using the same user name and password as they use to log onto your corporate network and resources. Password sync is a feature of the Directory Sync tool. ..."