Map an existing custom DNS name to an App ServiceBy default, an App Service creates a DNS entry for the name of your App Service resource with the azurewebsites.net domain. For example, examrefaz104.azurewebsites.net. Most organiza- tions prefer to use their own custom domain names for security, brand recognition, ease of use, and more. To add…
Configure scaling for an App Service plan
Configure scaling for an App Service planYou can scale an App Service plan either by scaling up or down the tier, or scaling out (or in) to more (or fewer) instances. Scaling up changes the pricing tier that you have selected for the plan, along with the compute, memory, storage, and other features that are…
Viewing and filtering logs in Cloud Logging
We already had a sneak peek into Cloud Logging when we built log-based metrics in the Cloud Monitoring section. Now, it’s time to explain how to view logs with Logs Explorer. The upper section of Logs Explorer includes a Query pane with a time-range selector, an editor to build queries, a filter to narrow down…
Cloud Logging – Google Cloud Engineer Exam Guide
Cloud Logging is a comprehensive solution for managing logs generated by your applications, the platform they run on, and the underlying infrastructure, whether it’s on Google Cloud, other cloud providers, or on-premises systems. This fully managed service allows you to easily store, search, analyze, monitor, and receive alerts on logging data and events from all…
Log-based metrics – Google Cloud Engineer Exam Guide
With log-based metrics, you can configure metrics based on log entries from Cloud Logging (this service will be the subject of the next section) without any additional instrumentation. For example, if you want to monitor a specific behavior of your application and you know how this behavior is represented in logs, there is no need…
Creating and ingesting Cloud Monitoring custom metrics
In addition to monitoring native GCP services and operating systems of your VMs (via Ops Agent), Cloud Monitoring provides you with options to closely monitor your applications. If your application runs on a Compute Engine VM and is listed as a supported third-party application in the Google Cloud Monitoring documentation (https://cloud.google.com/monitoring/agent/ops-agent/third-party), you can leverage Ops…
Creating Cloud Monitoring alerts based on resource metrics
Monitoring dashboards alone, even the most sophisticated ones, wouldn’t be enough for system administrators as they would have to monitor them 24/7 looking for various anomalies. That is why Google Cloud Monitoring provides alerting capabilities for the following use cases:• User notifications – Used to notify admins when metrics exceed a certain threshold or when…
Create and configure Azure App Service
Skill 3.4: Create and configure Azure App Service Azure App Service is a platform to develop an application in Azure without worrying about therequired back-end infrastructure. You do not have to create, configure, and maintain a VM to host your applications if you are using a web app created with App Service. Moreover, Azure provides…
Monitoring, Logging, and Estimating Costs in GCP-2
You can also use built-in charts and out-of-the-box metrics to build customized views to have all the services that build your application in one dashboard. In the Dashboards overview, select + CREATE DASHBOARD, provide its name, and as a next step, drag and drop a metric you need and rearrange or resize it to fit…
Connect to ACA – MS AZ-104 Exam Guide
Connect to ACA After deploying the ACA instance to your subscription, you will receive an Application URL for the container environment. The URL is on the Overview blade of the resource, as shown in Figure 3-58. Clicking the URL will display what the container is running. FIGURE 3-58 Azure Container App overview From the Azure…