BestSeller
Best Seller!
$27.49
$24.99
AZ-104: Microsoft Azure Administrator

AZ-104: Microsoft Azure Administrator Certification Video Training Course

AZ-104: Microsoft Azure Administrator Certification Video Training Course includes 132 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-104: Microsoft Azure Administrator Certification Training Video Course.

134 Students Enrolled
132 Lectures
10:00:00 hr
$27.49
$24.99

Curriculum for Microsoft Azure AZ-104 Certification Video Training Course

AZ-104: Microsoft Azure Administrator 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-104: Microsoft Azure Administrator Certification Video Training Course, Practice Test Questions and Answers, Study Guide & Exam Dumps.

Create and configure storage accounts

4. Storage Explorer

So we're back at the overview screen of our storage account, and we hear right on the overview screen that there are four types of data that the general purpose view storage that we created can store. The most common type is a blob, which is stored in what's called Taylor's. There is a file system, which is an SMB file share, that we can mount from our Windows servers and from our Windows workstations or Linux. And so it's shared file storage. There is a table storage format. It's not really a SQL Server database, but it does store data in columns and rows. And finally, there is the concept of queues, which is effectively a messaging system that has a first-in-first type of metaphor. Now, if we go into it, we're going to focus on containersright now if we go into it.Now, I have created a container called test. Actually it's very easy to delete that container, and it's telling me that if I had locks or any other ArbAC settings, I'm going to fail. I can attempt to override it, but I'm just going to leave the container and you'll see it successfully deleted. This plus container button appears when you create a new container. I'm going to call it "New Test," and we do not have the chance of having private blob or container access. Private access does require the security keys that we were talking about for shared access signature blob and container access to allow anonymous access. So be very careful when selecting these two. Private is fine. Now to store a file in a container, go into the container. Now look at this message. It says you do not have access. Now this is very interesting because when we created the storage account, we set up a virtual network for it. So I'm going to go back up to the storage account level and we're going to go into the firewalls and virtual network settings. As you can see, only certain virtual networks have access to the storage account. We could change this to apply to all networks, which would remove the error message, or we could add our owners to the firewall, which is what I'm going to do. So I check this checkbox that says "Add your client IP address." So now I've whitelisted myself by including this virtual network and myself in the storage account. If I go back to overview, go back into containers, go back into test, now we don't get the authorization error. So now we do have access because my IP has been whitelisted. Now from this point we can upload files, but this is not a very good This container view is not a very good way of interacting with files. For instance, when you're able to preview the contents of a file, it does become kind of hard to move stuff around. So there are better ways to do this. Let's go back to the container view. Now if I go into the overview, one of the first items in the top left corner says Open in Explorer, so we can go into what's called Storage Explorer. The same view is under Storage Explorer, and it's going to give us a different and maybe more efficient view of our storage account inclusions. We just created this new test, and now we can sort of do filtering and searching. There is more information available within Storage Explorer. Now, this browser for the storage account isn't even the most efficient way. Microsoft provides a Windows and Linux version of the Storage Explorer software that you can download to your computer and manage your Azure Storage accounts using this software. Now all Azure services use what's called a rest API. And so you can programmatically add storage to your own code as well. This recipe may be the most efficient if you need to view, move, and copy items into your Storage account. Or this Windows download, Linux download, or Mac OS download will be more efficient when working with files. But we have this browser view, and it's quite convenient sometimes, creating this new test container. Let's upload a file to it. So I'm going to say upload, and we're given this to select a file. I can programmatically pick one. I'm going to pick one of the videos that are recorded for this course. Now we open up the advanced section. We can see that there are a couple of ways to authenticate. We can authenticate using the access keys, or if we want to authenticate using an Azure Active Directory user, we'll talk about our back authentication, and in a couple of videos, we'll show you how we can do that. Now we do have the choice of a blob type. There are blocks, pages, and pen blobs. Blobs is now the default, and it's likely to be adequate in most situations. Page blob is sort of optimised for when you need to update the file, but not the entire file. So this will be good for a virtualhard disc or some type of piece ofdata that is updated, but only partially. And finally, append blobs are optimised for adding to a file. So like a log file where you're just always appending to it, That would be ideal for that. So Blockbusters is going to be fine for 99% of the cases you'll see here. It says to upload VHD files as page blocks. That really is the optimised case for page blocks. If we're interested, we can choose the block size, which really, really is not an important decision for most cases. Maybe you know your file system so well that 64-kilobyte or 128-kilobyte blocks are optimal because you've got a lot of really tiny files. Let's say you have hundreds of thousands of really tiny files. Maybe you do want to go to a smaller block size for efficiency. But if your files average around four megabytes or higher, then that's a pretty good size for that too. Remember, we talked previously about Hot coolarchive tiers is the default, archive isthe cheapest of them all. So let's say Hot costs 2GB, Cool costs one cent of a gigabyte, and Archive costs one 10th of a centimetre gigabyte. that type of relative cost per gigabyte. And finally, there is a virtualized folder metaphor. Let's just leave with the defaults and say "upload." So the 24 megabyte file is now being transferred from my computer to this new test via my browser and the open internet. In this video, we saw that there are many ways to access the contents of our storage account, including Storage Explorer, which is available in the browser as well as in separate software.

5. Log Analytics

Now, in this video, we'll go over how to tell if your storage account is performing well right from the overview screen. Actually, if I minimise this top-level scroll a little bit, we can see that there are some overview graphs right on the overview screen. And so the data is, you can look at the last seven days, the last 24 hours, the last 12 hours, all the way down to the last four. Now, this storage account, which I only just created at the beginning of this section, has lived for all that time, and we're not really using it in a production setting. So the data is leaving Azure. The egress is quite limited. We did upload a 20-minute file. As a result, the data arriving at Azure We can actually see that file upload moment right here. We can also look at the amount of time that the requests are taking, which is 2 seconds on average. And the request are comingin success authentication, other errors. This isn't a super helpful, it's a goodoverview of what's going on altrid mentioned. We can look at the entire account as a whole or break down the Blob containers, the floors, the tables, and the queues as separate reports. If any of these tables pique your interest and you want to save them, there's a little pin icon that will pin that chart through the portal's dashboard, and you'll just see that. So if I click Pin, then when I go to the dashboard, this egress chart for containers at the 1-hour view will always be there. So that's one way of monitoring the storage account. If we scroll down on the settings blade, there is a monitoring section and factors for entering sections. One is the old style of monitoring, and one is a newer style of monitoring. We're starting off with monitoring Classic under diagnostic settings. At the time that I created the storage account, diagnostics were enabled by default. So I did not have to enable it, but I can have it on by default. It's choosing 1-hour metrics for the Blob storage. And if I go into the dial tablesand queues, it's also on an hourly basis. So it's a rare type diagnosis, but it's not particularly bothersome. It also stores it for up to seven days, according to the slider. And obviously, if I need to keep it for 70 days, I can do that as well. I can also get more fine-grained diagnostics by enabling the minute level. and so every 60 seconds it will pull the diagnostics from this. So our egress and ingress and data usage Except if we wanted to store this in a file, we could enable logging. Let's say I want to enable all the reads and writes that are coming in, and that would store reads and writes for later. So this is just the performance metric. And down here are the actual calls to that service. Now for the purposes of this, I'm going to skip over the metrics and alerts. In the classic view, we're going to skip over to the metrics and alerts that are the more modern view. So if I go into metrics here, you're going to notice that almost every service within Azure has this pretty standard way of building a graph. So I have my storage account, and I can select the account level, Blob level. This is very familiar from the overview screen. And now what do I want to see? Let's say I want to look at the number of Blobs in my account, and it's going to average that over time. Now I've created a graph that is going to average the number of Blobs on my account. Now remember, this is an hourly view, so it's going to be zero. We just uploaded one. If we were to go up to the right hereand change the graph from a 24 hours view toa 1 hour view, it's a 1 hour aggregation. I can basically change that to a 1-minute view or a 30-minute period. Now, in this particular case, it's not very helpful. As I previously stated, we don't have it, this isn't a production issue, and we've got blobs coming in and out, but it hasn't yet registered the file that we've uploaded in this view. But once again, if this is something youwant to see your blobs growing over timeor you can even add the capacity. So on a scale of zero to 100, how close are you to exceeding your storage account? So that kind of thing can be interesting. You can pin that to the dashboard. You can also say, "Let's create an alert rule that I want to be in place. I want to receive an SMS message when the capacity of the storage account exceeds 75%." So I can go alert rule, that's the storageaccount, the condition, what metric do I want? I want the use capacity, and I want to see more than what is listed in bytes. So the capacity of the storage accounts is five terabytes or five petabytes. Sorry. So, if it was a foot petabyte, we could say so, right? So 1 million bytes is a megabyte, that's a gigabyte, that's a terabyte, and that's a petabyte. So if this capacity is greater than one petabyte and it's going to check every minute and average it over the hour, okay, then I want to receive an SMS message. Now, this is just a very basic type of alert that you want to get. There is a cost of alert. Now go down here. If I have an existing action group, I can add it, but I can also create an action group. An action group is basically going to hear SMS messages and emails, run a function, do some sort of automation on an app, call a URL, or do any kind of thing that we want to happen. We can set that up as an action groupand I'm not going to create that right now. Close this out without creating it. But, in essence, that is how you would alert. Finally, we should talk about insights. Now when I open this up, this gets into the Azure Monitor. So if I was to go to the Azure monitor service, then we would see something similar to this. This Insights preview is basically a predefined template of interesting reports. Again, we can pin this to the dashboard if we need it. We can always go back to the gallery and look at other templates, or we can template it to become our own storage dashboard. Assume we want to go into capacity here and see some existing graphs on how our storage accounts are doing in terms of capacity or performance. And we can see how can see thereis how much of this success is happeningthe various milliseconds for all the various costs. So the rest API put set delete create is giving up performance metrics. So this salary is sort of a predefined list of interesting reports. And if any one of these things again, itbecomes interesting to you can pin it or youcan even create an alert based on that.

6. Redundant Storage

Now remember, when we created this storage account, we chose locally redundant storage for this case. I said at the time that the definition of locally redundant storage is that Azure will keep three copies of your data in the same data center. The risk is when that data centre or region goes down, which does happen, let's say once a year or some other infrequent time, then you're not going to have access to your data. So let's go into the configuration setting. And we can see here that we can actually change the redundancy of our data. So we upgrade from locally redundant storage to geo-redundant storage and click save. What we're doing is getting Azure to replicate our data to another data center. Now what it's doing, of course, is copying all the contents of this storage into three other places. It's behind the scenes, of course, setting up that stuff in another geographical region. Now, as the pop-up said, it does go into detail here. It does take up to 30 seconds to take effect. It's pretty quick, actually. Back to the overview screen. And now we're into geo-redundant storage. So all of our existing files have now been replicated in an additional region. If I was to upload another one, then that would automatically be replicated. This is relatively new: the geo-replication settings within Azure. Now we can see this is Georgundant Storage and that it is primarily in the Canada Central region, which we created. and it's now been replicated in the Canada East region. So in these stores in these regions, they basically have pairs. So Canada Central and Canada East are a pair. You'll also notice it's in Canada. And so our data is not actually leaving the geographic region. You'll put your data in the United States, and then your data will stay in the US. If you put your data in Europe, then the georedundant storage will choose another data centre in Europe. These are called region pairs, and they have the fastest high-speed fibre optic cable connection between them. and generally they're in the same region. There are some exceptions. like there's only one data center. There's only one region in South America, in Brazil, and so here is the United States. But that only works one way. So there are two geographical storage systems. Now I'm going to pause this video. It's doing the synchronization. It tells me failure can be initialized. Replication is still in progress. Pause the video. When we come back, we're going to be able to set up an automatic failover between these two regions or a manual failover. So that took about ten or 15 minutes. And we've now got a situation where we've got our primary data centre set up in the secondary data center. And I guess replication has occurred. We've got three copies of your files in Canada Central and three copies of your files in Canada East. now because this is redundant storage and not the read-access kind. We don't have access to the secondary account where there's no direct access to you all. If I go into the properties of this storage account, there's only one URL for the primary endpoint. If we had the read-access version, we would have two of them. But let's just say Canada Central is down and we're like, "No, we need to get these files." We can basically set up this failover, so we can basically force the primary to become Canada East. So, in this case, we're going to use geo replication to control how we add these files, especially in an emergency. Now, I'm not going to go through the process of starting the geo replication, the failover process, and moving from Canada Central to Canada East. But this is how we would do that if we needed to get in there and force a failover.

7. *NEW* RBAC Authentication for Storage

Now, Azure gives us many different ways to give others access to the content of storage accounts. We've already seen that access keys are sort of the central element of the storage account. You don't want to give these access keys to too many people, or to anyone if at all possible. The shared access signature was one way to generate a token or a URL that you can grant to others who can have limited permits that expire without having to touch your access keys. Microsoft also provides a sufficient method using role-based access control (RBAC).If we go under the storage account under the Access Control tab, then we can see a familiar Access Control interface. This is controlled for almost every resource within Azure. So we can go into here, we can click on Role Assignments, and we can see a list of applications and other services that have been given access to this account and even other individuals that have been granted guest access. If we click Add, then Add Role Assign, we'll be taken to this page where we can select an individual. So I'm going to go with this John Delicate, who currently has no access to the storage account through our back. When we open the drop-down for the role, we can see the typical owner, contributor, and reader roles, which can be granted to your entire subscription effectively. But if we scroll down a little bit, we can see a lot of storage-based access roles. So we've got the storage account contributor, the storage account key operator, Blob-related roles, file-related roles, and curated roles. So let's say you want this John Doeto to be able to read basic Blob data. So you choose the storage blob datareader role, grant that, and say save. Now, it does take about 5 minutes for this to propagate, but within about five, any application or user that authenticates with Azure Active Directory as JohnDoe will have reader access to this storage account. So in this way, we're using role-based access control to access a storage account. Now, we can see that this role has been granted for this resource only and not across the subscription. If we left this storage account out and went to another storage account in Access Controls, we can scroll down, but we will not see the John Doe account that has been granted access to that. So using this technique actually restricts their scope by only being focused on this individual resource.

8. Copy Files with AzCopy

So, as we can see here within the portal, we have the ability to upload the file. With the three dots here, we can access the View Edit Command, view the file, download a copy to our local, or even delete it. But there are not a lot of options at the portal level when it comes to manipulating this file, such as moving it to another storage account, moving another container, etc. So in this particular case, we're going to want to download a programme called AZ Copy. Now if we go into the research engine and search for AZ Copy, you'll find a link that basically downloads it directly to your computer. And if you download that software and hit the setup button, you'll be able to basically install it right there on your C drive there.

Now the reason why we're installing AZ Copy is because we're going to use this command-line tool to manipulate files and move them. So we want to move this one-hyphen-one file into the Images folder. We'll show you how to do that. It was now downloaded by default into my Scapefiles x86 Microsoft SDK Azure SSP Folder. I do need to add this to my Path file. So, if I go into the environment variables and settings with system properties in Windows and click Path and then click Edit, this is obviously in my account, on my Windows. I can obviously make it system wide.But adding the AZ copy to the path is what's going to allow me to access it. I now prefer to do things with PowerShell. If I go into here and I say, "AZ copy," then I've found a copy. Sweet. Now AzCopy is going to be fairly easy to use, and it actually says, "Questionnaire marketing." Here are some examples. What we want to do is copy a blob within a storage account. Okay? So we're going to use something like this to say that from this container and this folder, we went to this other container and this other folder. So let's use typed syntax. So it's an AZ copy. Apologize. Actually, I'll clarify it there. So before we continue, let's login to our Azure account. That is an AZ login. This is going to pop up a dialogue in which we're going to have to log into our Microsoft Azure Account. I'm going to use my account. It says you have logged into Azure. You can close this window, or it's going to close itself. I'll leave that there. So now we're logged in. So we want to use AZ. Copy, command. The first parameter of that is source. Okay, back here, I'm going to close this. In this case, we want to duplicate the single JPEG. So the source that we need is going to basically be the container.

So we're going to go up to the blob level. We see that we only have the container, and I go into Container Properties, and I can get the URL for the container right here, so go back to the Windows PowerShell, and this is the source container; now we need the nation container. Okay, now the destination container is going to be the same container, but it's just going to have a different folder structure, so in this case, we're going to make it the images virtual directory, so if I go back here. Go back into the container; we know we want to copy this file from here into the images directory, so we simply make the destination the images directory, and the third part is called "pattern." Now that we know that our file is 101 jpg, that is the pattern that we're going to look for in the first container to copy into the images virtual directory. Now we do need to provide keys for this, so we go back to our account, do a backup at the storage account level, and probably need to go into the access keys and copy one of the keys. Now that's not the only option; it does support SAS shared access signatures, so if we go into our blob here, we could have generated a secure access signature on this file and then copied that; we could have copied the SAS token as opposed to using the key for the sake of this example.

I'm going to use the key, so I'm going to say source key; it's this. I'm going to put this into quotes just to be safe, and the other parameter is destinationkey, and since this is the same storage account, the key is the same as well. Obviously, copying this across multiple storage accounts would have different keys. If I were to run this, I would expect that the 101 image would be copied. Duplicating a service copy means that the file is not downloaded to my local and then re-uploaded, which is especially important for megabyte, gigabyte, and larger files because you don't want to incur the cost and time of downloading the file and then having to upload it again. Microsoft charges bandwidth costs as well as time-spending server-side copy, which is what you do with AZ copy. If you do want to copylocal, there is now a parameter called sync copy. If I put this parameter, it would copy the image into local memory; it's not going to save it to my system; it would copy this image to my local memory and upload it to the new storage account; but I want this to all happen behind the scenes, so I won't do that. So recklessly hit enter, and we can see that the number of files transferred is one; it took a fraction of a second; and if I go back to the storage account and go into the image holder, I will see that that file has been copied from the route into the images folder. Okay, so that's how you do server-side copying. You could use a z-copy if you wanted to, then delete the image from the root. That's a separate command, of course. And so that's how you would basically move files for storage accounts between entire subscriptions. As long as you have the access keys for that. You can do that.

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-104 Certification Video Training Course which Include Microsoft AZ-104 Exam Dumps, Practice Test Questions & Answers.

Similar Microsoft Video Courses

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

ExamCollection Premium

ExamCollection Premium Files

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
Enter Your Email Address to Receive Your 10% Off Discount Code
A Confirmation Link will be sent to this email address to verify your login
We value your privacy. We will not rent or sell your email address

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.

Next

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.

Free Demo Limits: In the demo version you will be able to access only first 5 questions from exam.