HOTSPOT You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports. You must secure the container apps All apps must reside in the same virtual network, share the same Dapr configuration, and share the same logging location. Apps must support the configuration of the amount of memory and compute resources available to containers. You need to configure the Azure Container App. How should you complete the CLI command' To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
-enable-workload-profiles flag to let each service pick its own CPU and memory? I think the regular env create command alone doesn’t support that for individual container apps. If anyone got a different result, let me know!-enable-workload-profiles so each app can set CPU and memory. Some might think the default works, but that's a trap. Pretty sure this is right, but let me know if you see a flaw.
