name Exam dumps link
type link
action https://www.examtopics.com/exams/microsoft/az-204/Definitions and Short forms
- Web_Job → Run a program or script in the same instance asAzure_Web_Service
- Azure_Isolated_Network → Defines number of isolated worker that run your app and each worker is charged. This network runs dedicatedAzure_Virtual_Machines or dedicatedAzure_Virtual_Network. It provides network isolation along with compute isolation and maximum scale out capabilities.
Questions
-
Q.Software_As_A_ServiceASP_Dot_Net_CoreAzure_Web_ServiceWeb_Job to process data updates.
- Web_Job must stay singleton.
- Azure_Deployment_Slot
- Isolated Network What should be the Azure App Service plan settings? Ans.
-
There are 4 customers so 4Virtual_Machines should be there.
-
Q.Azure_Function to process order.Azure_Function runs onAzure_Function_App that is triggered byAzure_Storage_Queue. Planning to migrateAzure_Function toAzure_Kubernetes usingKubernetes_Event_Driven_Autoscaling . Configure KubernetesCustom_Resource_Definitions forAzure_Function Selected three from four options below.
Ans.
- Azure Function code - Deployment -To deploy Azure Functions to Kubernetes use the func kubernetes deploy command
- Polling interval -Scaled_Object - This is the interval to check each trigger on. By defaultKubernetes_Event_Driven_Autoscaling will check each trigger source on every ScaleObject every 30 seconds.
- Azure Storage connection string - Secret - Store connection string in Kubernetes secret Source for ScaledObject: https://keda.sh/docs/1.4/concepts/scaling-deployments/