You are developing an Azure web application to store and archive patient medical records in Azure. You need to configure data storage to meet the following policies:
* Ensure that you can configure a retention period for patient records.
* Archived data must be readable.
* Archived data must not be modified or deleted.
Which Azure storage service should you use?
You are expanding an existing on-premises application to connect to several applications in the cloud. You have the following requirements:
* Automate various business processes and send data to multiple SaaS and
* Use workflows and a publish-subscribe model
* Prohibit changes to the on-premises application
You need to create a solution.
What should you use?
You have an Azure App Service API that allows users to upload documents to the cloud with a mobile device. A mobile app connects to the service by using REST API calls. When new document is uploaded to the service, the service extracts the document metadat
a. Usage statistics for the app show significant increases in app usage.
The extraction process is CPU-intensive. You plan to modify the API to use a queue.
You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes.
What should you do?
You are developing an ASP.NET web application that you will deploy to Azure.
The solution must meet the following requirements:
* Store user session state by using only serializable data types.
* Provide customizable caching of session data.
* Support scaling out the number of web hosts.
* Maximize performance.
Which solution meets these requirements?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You need to meet the LabelMaker application security requirement
Solution: Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding and assign it to the group.
Does the solution meet the goal?
Scenario: The LabelMaker applications must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
Permissions can be granted within a namespace with a RoleBinding, or cluster-wide with a ClusterRoleBinding.
References:
https://kubernetes.io/docs/reference/access-authn-authz/rbac/
Currently there are no comments in this discussion, be the first to comment!