Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2.
When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.
You need to design the process that starts the photo processing.
Solution: Use the Azure Blob Storage change feed to trigger photo processing.
Does the solution meet the goal?
The change feed is a log of changes that are organized into hourly segments but appended to and updated every few minutes. These segments are created only when there are blob change events that occur in that hour.
Instead catch the triggered event, so move the photo processing to an Azure Function triggered from the blob upload.
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-overview
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a website that will run as an Azure Web App. Users will authenticate by using their Azure Active Directory (Azure AD) credentials.
You plan to assign users one of the following permission levels for the website: admin, normal, and reader. A user's Azure AD group membership must be used to determine the permission level. You need to configure authorization.
Solution:
*Create a new Azure AD application's manifest, set value of the groupMembershipClaims option to All.
*In the website, use the value of the groups claim from the JWI for the user to determine permissions.
Does the solution meet the goal?
To configure Manifest to include Group Claims in Auth Token
1. Go to Azure Active Directory to configure the Manifest. Click on Azure Active Directory, and go to App registrations to find your application:
2. Click on your application (or search for it if you have a lot of apps) and edit the Manifest by clicking on it.
3. Locate the ''groupMembershipClaims'' setting. Set its value to either ''SecurityGroup'' or ''All''. To help you decide which:
''SecurityGroup'' - groups claim will contain the identifiers of all security groups of which the user is a member.
''All'' - groups claim will contain the identifiers of all security groups and all distribution lists of which the user is a member
Now your application will include group claims in your manifest and you can use this fact in your code.
https://blogs.msdn.microsoft.com/waws/2017/03/13/azure-app-service-authentication-aad-groups/
You must implement Application Insights instrumentation capabilities utilizing the Azure Mobile Apps SDK to provide meaningful analysis of user interactions with a mobile app.
You need to capture the data required to implement the Usage Analytics feature of Application Insights. Which three data values should you capture? Each correct answer presents part of the solution
NOTE: Each correct selection is worth one point.
Application Insights is a service for monitoring the performance and usage of your apps. This module allows you to send telemetry of various kinds (events, traces, etc.) to the Application Insights service where your data can be visualized in the Azure Portal.
Application Insights manages the ID of a session for you.
https://github.com/microsoft/ApplicationInsights-Android
You need to store the user agreements.
Where should you store the agreement after it is completed?
Azure Event Hub is used for telemetry and distributed data streaming.
This service provides a single solution that enables rapid data retrieval for real-time processing as well as repeated replay of stored raw data. It can capture the streaming data into a file for processing and analysis.
It has the following characteristics:
low latency
capable of receiving and processing millions of events per second
at least once delivery
https://docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services
You develop Azure solutions.
A .NET application needs to receive a message each time an Azure virtual machine finishes processing dat
a. The messages must NOT persist after being processed by the receiving application.
You need to implement the .NET object that will receive the messages.
Which object should you use?
A queue allows processing of a message by a single consumer. Need a CloudQueueClient to access the Azure VM.
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-queues-topics-subscriptions
Gladys
8 days agoYuki
26 days agoRene
3 months agoLeonor
4 months agoLarue
4 months agoEmilio
4 months agoLaurena
5 months agoStefania
5 months agoAbel
5 months agoOna
6 months agoDesiree
6 months agoPrecious
6 months agoMalissa
6 months agoIzetta
6 months agoFatima
7 months agoTeri
7 months agoDenae
7 months agoAnnelle
7 months agoStaci
7 months agoSylvia
8 months agoJoanna
8 months agoMaurine
8 months agoVeronique
8 months agoRusty
9 months agoLetha
9 months agoKara
9 months agoStefania
9 months agoIzetta
9 months agoKanisha
10 months agoTomas
10 months agoGaynell
10 months agoDelpha
12 months agoDelsie
1 years agoJoseph
1 years agoJuan
1 years agoDoyle
1 years agoCarmela
1 years agoPerrysa
1 years ago