You need to add code at line PC26 of Processing.cs to ensure that security policies are met.
How should you complete the code that you will add at line PC26? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer is in the explanation below.
Reference / correct answer:
Box 1: var key = await Resolver.ResolveKeyAsyn(keyBundle,KeyIdentifier.CancellationToken.None);
Box 2: var x = new BlobEncryptionPolicy(key,resolver); Example:
// We begin with cloudKey1, and a resolver capable of resolving and caching Key Vault secrets. BlobEncryptionPolicy encryptionPolicy = new BlobEncryptionPolicy(cloudKey1, cachingResolver); client.DefaultRequestOptions.EncryptionPolicy = encryptionPolicy; Box 3: cloudblobClient. DefaultRequestOptions.EncryptionPolicy = x;
You are developing a REST API using Azure App Service that must be accessed by another Azure App Service web application. This API is required to retrieve and make changes to user profile information stored in Azure Active Directory (Azure AD). Which tools will you use to configure the API for making these updates? Select two tools, as each correct answer forms part of the complete solution.
Note: Each correct selection is worth one point.
Select all that apply, then click Submit answer.
○
Microsoft Graph API
○
Microsoft Authentication Library (MSAL)
○
Azure API Management
○
Microsoft Azure Security Center
○
Microsoft Azure Key Vault SDK
Reference / correct answer:
Microsoft Graph API
Azure API Management
A: You can use the Azure AD REST APIs in Microsoft Graph to create unique workflows between Azure AD resources and third-party services.
Enterprise developers use Microsoft Graph to integrate Azure AD identity management and other services to automate administrative workflows, such as employee onboarding (and termination), profile maintenance, license deployment, and more.
C: API Management (APIM) is a way to create consistent and modern API gateways for existing back-end services.
API Management helps organizations publish APIs to external, partner, and internal developers to unlock the potential of their data and services.
You are developing a hazard notification system that uses a single signaling server to activate and deactivate audio and visual alarms.
In this system, Azure Service Bus is used to publish alarm signals, while each alarm controller utilizes Azure Service Bus to process these signals as part of a transaction. Recording alarm events for auditing purposes is necessary. Each transaction record should contain details regarding the activated alarm type.
What are two actions you should undertake to ensure an audit trail solution is implemented correctly?
Each correct answer contributes to the solution. Note that each correct choice brings one point.
Select all that apply, then click Submit answer.
○
Assign the value of the hazard message SessionID property to the ReplyToSessionId property.
○
Assign the value of the hazard message MessageId property to the DevileryCount property.
○
Assign the value of the hazard message SessionID property to the SequenceNumber property.
○
Assign the value of the hazard message MessageId property to the CorrelationId property.
○
Assign the value of the hazard message SequenceNumber property to the DeliveryCount property.
○
Assign the value of the hazard message MessageId property to the SequenceNumber property.
Reference / correct answer:
Assign the value of the hazard message SessionID property to the ReplyToSessionId property.
Assign the value of the hazard message MessageId property to the CorrelationId property.
The correct use of the properties CorrelationId and ReplyToSessionId ensures that messages are properly correlated and can be tracked for audit purposes. The CorrelationId is used to link messages together for the purpose of tracking and context, which is essential for auditing each event back to its source. The ReplyToSessionId helps in demarcating the session for the reply messages, aiding in maintaining a consistency in the transaction chain. For more detailed information, refer to the official Azure Service Bus documentation.
Limited Time Offer – Save Now!
Don’t miss out — get full access at the best price.