Best Seller!
€27.49
€24.99

AZ-204: Developing Solutions for Microsoft Azure Certification Video Training Course

AZ-204: Developing Solutions for Microsoft Azure Certification Video Training Course includes 162 Lectures which proven in-depth knowledge on all key concepts of the exam. Pass your exam easily and learn everything you need with our AZ-204: Developing Solutions for Microsoft Azure Certification Training Video Course.

98 Students Enrolled
162 Lectures
14:08:00 hr

Curriculum for Microsoft Azure AZ-204 Certification Video Training Course

AZ-204: Developing Solutions for Microsoft Azure Certification Video Training Course Info:

The Complete Course from ExamCollection industry leading experts to help you prepare and provides the full 360 solution for self prep including AZ-204: Developing Solutions for Microsoft Azure Certification Video Training Course, Practice Test Questions and Answers, Study Guide & Exam Dumps.

Develop Azure Infrastructure as a Service compute solutions

27. AZ-203 - What is Kubernetes and Azure Kubernetes

Hi and welcome back. Now we come to the part where we're going to be looking at Azure Kubernetes as a service. Before we get into AzureKubernetes, let's define Kubernetes. So this is a tool that's available on the Internet. But why do we need this tool in the first place? Why do we need this platform? Now, we've already seen in earlier chapters how we could create containers and how we could basically launch containers on a virtual machine that had the Docker engine running. Now, in companies, you won't just have one container. You would have maybe thousands of containers with thousands of application components, and you could be distributing them across a lot of virtual machines. Now, for you to keep track of the company and to keep track of these containers on these virtual machines in order to scale these containers, you need to ensure that if a container stops working, they need to bring it back up. So all of this is really a tedious and manual process, and it gets more difficult as the number of containers starts increasing and the number of virtual machines running these containers starts to increase. In this case, you'll need container orchestration software, which is software or a platform that allows you to manage these containers as well as the virtual machines that host them. And that's where you have the Kubernetes service. So I'm not talking about your Kubernetes; I'm just talking about the vanilla Kubernetes as it is. So this is an open source platform that's available for managing your containers and the virtual machines hosting your containers. Now, if you look at the simple architecture of how you would deploy Kubernetes, well, first you would go ahead and have a virtual machine on which you would host the master node for a Kubernetes cluster. So you would go ahead and download and install the Kubernetes software on the virtual machine and mark it as the master of something known as a Kubernetes cluster. Now, on this cluster, you will have nodes or virtual machines that will be used to run your Docker containers. These nodes would be managed by your master node. So on each of these nodes, again, you would install Kubernetes software on them as well, and then you would connect them to the master in your cluster. You would then deploy your containers onto the nodes using something known as a Cube CTR tool. So this is a command-line interface tool that can be used to work with your Kubernetes cluster. So if you want to deploy your containers onto the cluster, you can use the Cube CTL tool. So this is just a primer on Kubernetes. We will now move on to Azure Kubernetes and see how we can deploy a simple cluster. So what is Kubernetes? So this is an open source platform that is used to manage containerized workloads. So, there are many features for Kubernetes when it comes to managing your containers. So this platform is able to provide a DNS name to your container. If there is a high load on your containers, Kubernetes can also load, balance, and distribute network traffic. It also has a specialty in restarting containers that fail. So if any of your application containers fail in the cluster, Kubernetes will try its best to restart those containers. It can also be used to replace or kill containers, and it also helps store and manage sensitive information such as passwords or tokens and SSH keys. So, what is Azure Kubernetes? Well, this is a fully managed service on the Azure platform. This makes it easy to deploy and manage containerized applications. It helps remove the burden of managing the underlying infrastructure for the Kubernetes deployment. Right, so let's go ahead and see how we can work as your Kubernetes.

28. AZ-203 - Lab - Creating a Kubernetes cluster

Hi and welcome back. So in this lab on Azure Kubernetes, we're going to see how to use the Azure command interface to create a resource group and the cluster. So in this lab, we're first going to have a look at the visitor that can be used to create the Kubernetes cluster. But then we're going to use Azure commandline tools to create a resource group and a cluster, since this is important from an exam perspective. So here we are in Azure. Now if you go ahead and click on Add a New Resource, you can click on Kubernetes Service. You could choose your resource group, give a name for the cluster, choose the region, and choose the version of committees that you want to use. Specify the DNS name prefix. Specify the name of the nodes. So remember, these are the nodes that will be used to run your containers. If you go on to Next for scale, over here, you can scale your cluster. If you go on to Next for authentication, you have a service principle. This service principle actually allows Kubernetes to work with other Azure resources. So let's say that you want Kubernetes to pickup the images from your Azure container registry. It will actually use the service principle in networking. Here you can make the service run as part of the virtual network. If you go on to monitoring, you can enable monitoring for the cluster, and then you can go onto stacks and do a review and create. But since from an example perspective, it's important to understand how you create a cluster from the Azure command line interface, let's do that. So let's open a cloud shell. Let me go ahead and choose an existing resource group. Create a new storage account and a new file share. Click on "Create Storage." Now, once I logged in, I'm currently in the Bash profile. You can actually switch between Bashand PowerShell and PowerShell right here. Now, the first command we're going to issue is to basically create a resource group. So I'm going to use the AZ Group Create command to create a new resource group in the East US region. The name of the group is Kubernetes GRP. Once this is in place, you can go ahead and create your cluster. So over here I'm specifying the AZ AKS Create command. I am specifying the name of the resource group, the name of the cluster, and the number of nodes in the cluster. Please know that you can scale up the number of nodes later on in the Adams. I'm making sure that mounting is enabled for the cluster, and I'm ensuring to generate the SSH key so that we can work with the cluster later on. So this is going to go ahead and create the Kubernetes cluster for you. So currently, it's gone ahead and finished creating the service principle. Let's come back once the entire cluster is in place. Now that the cluster has been established, you can access all resources. So now if you go and see all the resources, you can see a number of resources that have been created as part of the cluster. You can also see that you have one virtual machine running in your pool. So this is the node that's going to run our containers. Now, if you want to go ahead and start issuing commands against the Kubernetes cluster, you have to go in and use the Cube CTL tool. Now you can issue the following command to install the Cube CTL tool. Once this is done, you can issue the following command to ensure that the credentials are in place to work with your cluster. Once this is also complete, let me clear the screen. Now you can start using the Cube CTL tool. So if you want to get the number of nodes running in your cluster, you can issue the following command. So here you can see that there is one agent that has been running for the past 4 minutes. If you want to get all the deployments, pods, and services running on your cluster, you can issue the get all command for Cube CTL. So currently I just have one service running, and that's the main Kubernetes service. Apart from that, I don't have anything running on this cluster. Right? So this marks the end of this lab. Bye.

29. AZ-203 - Understanding of application deployment to a Kubernetes cluster

Now that we have our cluster in place, let's look at a lab to see how we can deploy an application to our Kubernetes cluster. So we're going to deploy our DotNetCore application to our Kubernetes cluster. We're going to make use of the image stored in our Azure container. Remember in the earlier chapters, we saw how we could publish net-core containerized applications to the Azure Container Registry? We are going to be using the same image, which is available in our Container Registry, and deploying it as a container on to a Kubernetes cluster. We are going to make use of something known as a deployment file. Those deployment files can be used to deploy containers on a Kubernetes cluster. So let's go ahead with our lab.

30. AZ-203 - Deploying an application onto a Kubernetes cluster – Steps

Just a quick reminder of what a service principle is. Now, in our use case, we're going to be making our Azure Query service actually pull out an image from the Azure Container Registry. Now, the Azure container street is a separate service. The Azure Kubernetes Service is again a separate service in Azure. Now, normally, when you want to make one service talk to another service in Azure, this service needs to be authorised to basically use the other service. Now, instead of having a user defined in Azure and then trying to make use of those user credentials, which will probably have access to the Azure container history, So instead of using this sort of method for authorising the cluster to get an image from the Azure container industry, you would instead use something known as a service principle. So this is like another identity that's available in Azure. So you could create a separate identity known as a service principle. The service principal would get an ID as well as a client ID. You could then assign a role to the service principal, and the service principle could be assigned to your service, or in this case, the Azure Kubernetes Cluster. This role would then give the required authorizations for this cluster to go ahead and pull the image from the Azure Container Registry. So just a quick note on the surface And so before we actually go ahead with our lab.

31. AZ-203 - What is a service principal

Just a quick reminder of what a service principle is. Now, in our use case, we're going to be making our Azure Query service actually pull out an image from the Azure Container Registry. Now, the Azure container street is a separate service. The Azure Kubernetes Service is again a separate service in Azure. Now, normally, when you want to make one service talk to another service in Azure, this service needs to be authorised to basically use the other service. Now, instead of having a user defined in Azure and then trying to make use of those user credentials, which will probably have access to the Azure container history, So instead of using this sort of method for authorising the cluster to get an image from the Azure container industry, you would instead use something known as a service principle. So this is like another identity that's available in Azure. So you could create a separate identity known as a service principle. The service principal would get an ID as well as a client ID. You could then assign a role to the service principal, and the service principle could be assigned to your service, or in this case, the Azure Kubernetes Cluster. This role would then give the required authorizations for this cluster to go ahead and pull the image from the Azure Container Registry. So just a quick note on the surface And so before we actually go ahead with our lab.

Read More

Comments
* The most recent comment are at the top

Add Comments

Feel Free to Post Your Comments About EamCollection's Microsoft Azure AZ-204 Certification Video Training Course which Include Microsoft AZ-204 Exam Dumps, Practice Test Questions & Answers.

Similar Microsoft Video Courses

113
4.4
9 hrs
70-764 - Administering a SQL Database Infrastructure
129
5.0
14 hrs
€24.99
DP-300 - Administering Microsoft Azure SQL Solutions
132
4.5
4 hrs
70-703 - Administering Microsoft System Center Configuration Manager and Cloud Services Integration
451
4.5
8 hrs
70-411 - Administering Windows Server 2012
119
5.0
18 hrs
€24.99
AZ-800 - Administering Windows Server Hybrid Core Infrastructure
135
4.6
5 hrs
70-779 - Analyzing and Visualizing Data with Microsoft Excel
102
4.3
11 hrs
70-778 - Analyzing and Visualizing Data with Microsoft Power BI
137
5.0
1 hr
€24.99
DA-100 - Analyzing Data with Microsoft Power BI
129
4.5
1 hr
70-535 - Architecting Microsoft Azure Solutions
516
4.6
1 hr
70-534 - Architecting Microsoft Azure Solutions (70-534)
124
4.6
1 hr
98-369 - Cloud Fundamentals
198
4.6
8 hrs
70-412 - Configuring Advanced Windows Server 2012 Services
102
5.0
6 hrs
€24.99
AZ-140 - Configuring and Operating Microsoft Azure Virtual Desktop
285
4.6
16 hrs
70-697 - Configuring Windows Devices
136
5.0
19 hrs
€24.99
AZ-801 - Configuring Windows Server Hybrid Advanced Services
102
4.6
1 hr
70-341 - Core Solutions of Microsoft Exchange Server 2013
97
4.5
1 hr
70-331 - Core Solutions of Microsoft SharePoint Server 2013
115
5.0
10 hrs
€24.99
DP-203 - Data Engineering on Microsoft Azure
94
4.5
3 hrs
€24.99
98-364 - Database Fundamentals
126
4.6
1 hr
MS-300 - Deploying Microsoft 365 Teamwork
93
4.5
1 hr
MS-301 - Deploying SharePoint Server Hybrid
87
4.5
5 hrs
DP-201 - Designing an Azure Data Solution
144
4.4
2 hrs
70-345 - Designing and Deploying Microsoft Exchange Server 2016
132
4.6
9 hrs
€24.99
DP-100 - Designing and Implementing a Data Science Solution on Azure
113
5.0
5 hrs
€24.99
AI-102 - Designing and Implementing a Microsoft Azure AI Solution
125
4.5
2 hrs
AI-100 - Designing and Implementing an Azure AI Solution
104
4.5
1 hr
70-473 - Designing and Implementing Cloud Data Platform Solutions
87
5.0
5 hrs
€24.99
AZ-700 - Designing and Implementing Microsoft Azure Networking Solutions
135
4.5
2 hrs
€24.99
AZ-400 - Designing and Implementing Microsoft DevOps Solutions
131
4.5
4 hrs
70-467 - Designing Business Intelligence Solutions with Microsoft SQL Server 2012
130
4.5
6 hrs
70-465 - Designing Database Solutions for Microsoft SQL Server 2012
94
5.0
8 hrs
€24.99
AZ-305 - Designing Microsoft Azure Infrastructure Solutions
367
4.6
1 hr
70-532 - Developing Microsoft Azure Solutions
100
4.5
1 hr
70-488 - Developing Microsoft SharePoint Server 2013 Core Solutions
128
4.6
4 hrs
70-464 - Developing Microsoft SQL Server 2012/2014 Databases
130
4.5
1 hr
AZ-203 - Developing Solutions for Microsoft Azure
100
4.5
7 hrs
70-768 - Developing SQL Data Models
141
4.5
8 hrs
70-762 - Developing SQL Databases
484
4.5
1 hr
70-347 - Enabling Office 365 Services
138
5.0
13 hrs
€24.99
MD-102 - Endpoint Administrator
126
4.6
11 hrs
€24.99
77-420 - Excel 2013
90
4.5
6 hrs
€24.99
77-727 - Excel 2016: Core Data Analysis, Manipulation, and Presentation
98
4.5
20 hrs
70-742 - Identity with Windows Server 2016
112
4.5
4 hrs
MS-201 - Implementing a Hybrid and Secure Messaging Platform
140
4.3
6 hrs
70-767 - Implementing a SQL Data Warehouse
137
4.5
5 hrs
DP-200 - Implementing an Azure Data Solution
124
4.5
5 hrs
70-466 - Implementing Data Models and Reports with Microsoft SQL Server 2012
296
4.5
1 hr
70-533 - Implementing Microsoft Azure Infrastructure Solutions
439
4.5
8 hrs
70-740 - Installation, Storage, and Compute with Windows Server 2016
315
4.4
10 hrs
70-410 - Installing and Configuring Windows Server 2012
101
4.6
7 hrs
€24.99
98-381 - Introduction to Programming Using Python
123
4.5
1 hr
70-339 - Managing Microsoft SharePoint Server 2016
135
4.5
9 hrs
€24.99
MS-700 - Managing Microsoft Teams
141
4.5
7 hrs
€24.99
MD-101 - Managing Modern Desktops
112
4.6
1 hr
70-346 - Managing Office 365 Identities and Requirements
85
4.6
1 hr
74-343 - Managing Projects with Microsoft Project 2013
477
4.6
11 hrs
70-462 - MCSA Administering Microsoft SQL Server 2012/2014 Databases
100
4.5
6 hrs
70-463 - MCSA Implementing a Data Warehouse with Microsoft SQL Server 2012/2014
142
4.6
5 hrs
70-741 - MCSA Networking with Windows Server 2016
546
4.5
12 hrs
70-461 - MCSA Querying Microsoft SQL Server 2012/2014
131
4.6
18 hrs
70-486 - MCSD Developing ASP.NET MVC Web Applications
102
4.6
13 hrs
70-487 - MCSD Developing Windows Azure and Web Services
370
4.5
8 hrs
70-483 - MCSD Programming in C#
156
4.6
7 hrs
70-480 - MCSD Programming in HTML5 with JavaScript and CSS3
683
4.5
9 hrs
70-413 - MCSE Designing and Implementing a Server Infrastructure
220
4.4
8 hrs
70-414 - MCSE Implementing an Advanced Server Infrastructure
134
5.0
5 hrs
€24.99
MS-102 - Microsoft 365 Administrator
86
4.5
2 hrs
€24.99
MS-900 - Microsoft 365 Fundamentals
94
4.5
3 hrs
€24.99
MS-100 - Microsoft 365 Identity and Services
132
4.4
11 hrs
€24.99
MS-203 - Microsoft 365 Messaging
135
4.5
5 hrs
€24.99
MS-101 - Microsoft 365 Mobility and Security
117
4.5
7 hrs
€24.99
MS-500 - Microsoft 365 Security Administration
141
5.0
8 hrs
€24.99
MO-500 - Microsoft Access Expert Exam
121
4.6
7 hrs
AZ-103 - Microsoft Azure Administrator
134
4.5
10 hrs
€24.99
AZ-104 - Microsoft Azure Administrator
126
5.0
5 hrs
€24.99
AI-900 - Microsoft Azure AI Fundamentals
100
4.5
12 hrs
€24.99
AZ-304 - Microsoft Azure Architect Design
115
4.5
9 hrs
AZ-301 - Microsoft Azure Architect Design
114
4.6
10 hrs
€24.99
AZ-303 - Microsoft Azure Architect Technologies
113
4.6
9 hrs
AZ-300 - Microsoft Azure Architect Technologies
118
4.4
2 hrs
€24.99
DP-900 - Microsoft Azure Data Fundamentals
121
4.7
3 hrs
€24.99
AZ-900 - Microsoft Azure Fundamentals
112
4.5
7 hrs
€24.99
AZ-500 - Microsoft Azure Security Technologies
122
5.0
12 hrs
€24.99
SC-100 - Microsoft Cybersecurity Architect
105
5.0
1 hr
€24.99
MB-800 - Microsoft Dynamics 365 Business Central Functional Consultant
126
4.6
1 hr
MB2-715 - Microsoft Dynamics 365 customer engagement Online Deployment
116
4.5
2 hrs
€24.99
MB-230 - Microsoft Dynamics 365 Customer Service Functional Consultant
111
4.5
12 hrs
MB2-716 - Microsoft Dynamics 365 Customization and Configuration
95
5.0
8 hrs
€24.99
MB-310 - Microsoft Dynamics 365 Finance Functional Consultant
98
4.5
1 hr
€24.99
MB-240 - Microsoft Dynamics 365 for Field Service
86
4.6
1 hr
MB2-717 - Microsoft Dynamics 365 for Sales
145
5.0
9 hrs
€24.99
MB-210 - Microsoft Dynamics 365 for Sales
143
5.0
3 hrs
MB-901 - Microsoft Dynamics 365 Fundamentals
90
5.0
5 hrs
€24.99
MB-910 - Microsoft Dynamics 365 Fundamentals Customer Engagement Apps (CRM)
94
5.0
3 hrs
€24.99
MB-300 - Microsoft Dynamics 365: Core Finance and Operations
117
4.5
3 hrs
€24.99
MB2-712 - Microsoft Dynamics CRM 2016 Customization and Configuration
125
4.4
1 hr
MB2-713 - Microsoft Dynamics CRM 2016 Sales
142
4.5
11 hrs
€24.99
MO-200 - Microsoft Excel (Excel and Excel 2019)
107
5.0
8 hrs
€24.99
MO-201 - Microsoft Excel Expert (Excel and Excel 2019)
128
5.0
3 hrs
€24.99
SC-300 - Microsoft Identity and Access Administrator
142
5.0
6 hrs
€24.99
SC-400 - Microsoft Information Protection Administrator
104
5.0
3 hrs
€24.99
PL-300 - Microsoft Power BI Data Analyst
135
5.0
10 hrs
MB-200 - Microsoft Power Platform + Dynamics 365 Core
103
5.0
15 hrs
€24.99
PL-100 - Microsoft Power Platform App Maker
119
5.0
11 hrs
€24.99
PL-400 - Microsoft Power Platform Developer
124
5.0
7 hrs
€24.99
PL-200 - Microsoft Power Platform Functional Consultant
135
5.0
6 hrs
€24.99
PL-900 - Microsoft Power Platform Fundamentals
126
5.0
12 hrs
€24.99
SC-200 - Microsoft Security Operations Analyst
137
5.0
7 hrs
€24.99
SC-900 - Microsoft Security, Compliance, and Identity Fundamentals
111
5.0
5 hrs
€24.99
MO-100 - Microsoft Word (Word and Word 2019)
122
4.5
4 hrs
€24.99
98-366 - Networking Fundamentals
100
4.5
1 hr
70-774 - Perform Cloud Data Science with Azure Machine Learning
97
5.0
5 hrs
€24.99
AZ-120 - Planning and Administering Microsoft Azure for SAP Workloads
135
4.5
4 hrs
MS-200 - Planning and Configuring a Messaging Platform
141
4.6
8 hrs
70-765 - Provisioning SQL Databases
120
4.6
6 hrs
70-761 - Querying Data with Transact-SQL
90
4.5
13 hrs
70-744 - Securing Windows Server 2016
110
4.6
6 hrs
€24.99
98-367 - Security Fundamentals
97
4.4
2 hrs
€24.99
77-886 - SharePoint 2010
112
4.5
5 hrs
€24.99
98-361 - Software Development Fundamentals
143
5.0
1 hr
€24.99
62-193 - Technology Literacy for Educators
124
4.5
5 hrs
70-417 - Upgrading Your Skills to MCSA Windows Server 2012
140
4.5
2 hrs
70-743 - Upgrading Your Skills to MCSA: Windows Server 2016
97
4.5
6 hrs
€24.99
MD-100 - Windows 10
144
4.4
3 hrs
€24.99
98-349 - Windows Operating System Fundamentals
124
4.6
6 hrs
€24.99
98-365 - Windows Server Administration Fundamentals
Cloud Fundamentals
124
4.6
1 hr
€24.99
Excel 2013
126
4.6
11 hrs
€24.99
Windows 10
97
4.5
6 hrs

Only Registered Members Can Download VCE Files or View Training Courses

Please fill out your email address below in order to Download VCE files or view Training Courses. Registration is Free and Easy - you simply need to provide an email address.

  • Trusted By 1.2M IT Certification Candidates Every Month
  • VCE Files Simulate Real Exam Environment
  • Instant Download After Registration.
A confirmation link will be sent to this email address to verify your login.
Already Member? Click Here to Login

Log into your ExamCollection Account

Please Log In to download VCE file or view Training Course

Please provide a correct E-mail address

Please provide your Password (min. 6 characters)

Only registered Examcollection.com members can download vce files or view training courses.

Registration is free and easy - just provide your E-mail address. Click Here to Register

SPECIAL OFFER: GET 10% OFF

Pass your Exam with ExamCollection's PREMIUM files!

  • ExamCollection Certified Safe Files
  • Guaranteed to have ACTUAL Exam Questions
  • Up-to-Date Exam Study Material - Verified by Experts
  • Instant Downloads

SPECIAL OFFER: GET 10% OFF

Use Discount Code:

MIN10OFF

A confirmation link was sent to your e-mail.
Please check your mailbox for a message from support@examcollection.com and follow the directions.

Download Free Demo of VCE Exam Simulator

Experience Avanset VCE Exam Simulator for yourself.

Simply submit your e-mail address below to get started with our interactive software demo of your free trial.

sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |