You create and publish a new Azure App Service web app. User authentication and authorization must use Microsoft Entra ID. You need to configure authentication and authorization. What should you do first?
You are developing a mobile instant messaging app for a company.
The mobile app must meet the following requirements:
* Support offline data sync.
* Update the latest messages during normal sync cycles.
You need to implement Offline Data Sync.
Which two actions should you perform? Each conn I answer presents part of the solution.
NOTE: Each correct selection is worth one point.
B: Incremental Sync: the first parameter to the pull operation is a query name that is used only on the client. If you use a non-null query name, the Azure Mobile SDK performs an incremental sync. Each time a pull operation returns a set of results, the latest updatedAt timestamp from that result set is stored in the SDK local system tables. Subsequent pull operations retrieve only records after that timestamp.
E (not D): To use incremental sync, your server must return meaningful updatedAt values and must also support sorting by this field. However, since the SDK adds its own sort on the updatedAt field, you cannot use a pull query that has its own orderBy clause.
https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-offline-data-sync
You have an Azure API Management (APIM) Standard tier instance named APIM1 that uses a managed gateway.
You plan to use APIM1 to publish an API named API1 that uses a backend database that supports only a limited volume of requests per minute. You also need a policy for AP11 that will minimize the possibility that the number of requests to the backend database from an individual IP address you specify exceeds the supported limit.
You need to identify a policy for API1 that will meet the requirements.
Which policy should you use?
D18912E1457D5D1DDCBD40AB3BF70D5D
You are building a website that uses Azure Blob storage for data storage. You configure Azure Blob storage lifecycle to move all blobs to the archive tier after 30 days.
Customers have requested a service-level agreement (SLA) for viewing data older than 30 days.
You need to document the minimum SLA for data recovery.
Which SLA should you use?
The archive access tier has the lowest storage cost. But it has higher data retrieval costs compared to the hot and cool tiers. Data in the archive tier can take several hours to retrieve depending on the priority of the rehydration. For small objects, a high priority rehydrate may retrieve the object from archive in under 1 hour.
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal
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 Azure solutions.
You must grant a virtual machine (VM) access to specific resource groups in Azure Resource Manager.
You need to obtain an Azure Resource Manager access token.
Solution: Run the Invoke-RestMethod cmdlet to make a request to the local managed identity for Azure resources endpoint.
Does the solution meet the goal?
Get an access token using the VM's system-assigned managed identity and use it to call Azure Resource Manager
You will need to use PowerShell in this portion.
In the portal, navigate to Virtual Machines and go to your Windows virtual machine and in the Overview, click Connect.
Enter in your Username and Password for which you added when you created the Windows VM.
Now that you have created a Remote Desktop Connection with the virtual machine, open PowerShell in the remote session.
Using the Invoke-WebRequest cmdlet, make a request to the local managed identity for Azure resources endpoint to get an access token for Azure Resource Manager.
Example:
$response = Invoke-WebRequest -Uri 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https://management.azure.com/' -Method GET -Headers @{Metadata='true'}
https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-arm
Kenneth Wright
22 days agoJoshua Lee
1 month agoCrystal Flores
24 days agoBrenda Martin
1 month agoEric Scott
18 days agoSteven Reed
14 days agoWilliam Wright
1 month agoHelaine
2 months agoStephaine
2 months agoMabel
2 months agoGenevive
3 months agoCharlesetta
3 months agoJamal
3 months agoKyoko
3 months agoAmira
4 months agoAshley
4 months agoMarti
4 months agoAnnabelle
4 months agoZack
4 months agoNana
5 months agoMajor
5 months agoJoanna
5 months agoDenise
5 months agoWenona
6 months agoBarb
6 months agoWalton
6 months agoJeniffer
6 months agoTabetha
7 months agoEthan
7 months agoCecilia
7 months agoMarva
7 months agoFelicidad
8 months agoRickie
8 months agoLuis
8 months agoTaryn
8 months agoAleshia
9 months agoTequila
9 months agoTaryn
11 months agoGladys
11 months agoYuki
12 months agoRene
1 year agoLeonor
1 year agoLarue
1 year agoEmilio
1 year agoLaurena
1 year agoStefania
1 year agoAbel
1 year agoOna
1 year agoDesiree
1 year agoPrecious
1 year agoMalissa
1 year agoIzetta
1 year agoFatima
1 year agoTeri
1 year agoDenae
1 year agoAnnelle
2 years agoStaci
2 years agoSylvia
2 years agoJoanna
2 years agoMaurine
2 years agoVeronique
2 years agoRusty
2 years agoLetha
2 years agoKara
2 years agoStefania
2 years agoIzetta
2 years agoKanisha
2 years agoTomas
2 years agoGaynell
2 years agoDelpha
2 years agoDelsie
2 years agoJoseph
2 years agoJuan
2 years agoDoyle
2 years agoCarmela
2 years agoPerrysa
2 years ago