Reader small image

You're reading from  Hands-On Cloud Administration in Azure

Product typeBook
Published inOct 2018
PublisherPackt
ISBN-139781789134964
Edition1st Edition
Tools
Right arrow
Author (1)
Mustafa Toroman
Mustafa Toroman
author image
Mustafa Toroman

Mustafa Toroman is a solution architect focused on cloud-native applications and migrating existing systems to the cloud. He is very interested in DevOps processes and cybersecurity, and he is also an Infrastructure as Code enthusiast and DevOps InstituteAmbassador. Mustafa often speaks at international conferences about cloud technologies. He has been an MVP for Microsoft Azure since 2016 and a C# Corner MVP since 2020. Mustafa has also authored several books about Microsoft Azure and cloud computing, all published by Packt.
Read more about Mustafa Toroman

Right arrow

Configuration as code

IaC is only the first step in automation. After we deploy our servers with code, we still need to configure them. Configuring servers manually will probably take more time than deploying them. Luckily, there is the option for configuration as code to complete the configuration steps as well. There are many different tools for configuration, but we are going to explore Azure Automation as the Azure-native configuration as code tool.

Azure Automation can be used for automating and scheduling different tasks. When talking about configuration as code, Azure Automation uses DSC. DSC is a declarative management platform in PowerShell, used for the configuration, deployment, and management of systems.

Apply DSC with Azure Automation

...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Cloud Administration in Azure
Published in: Oct 2018Publisher: PacktISBN-13: 9781789134964

Author (1)

author image
Mustafa Toroman

Mustafa Toroman is a solution architect focused on cloud-native applications and migrating existing systems to the cloud. He is very interested in DevOps processes and cybersecurity, and he is also an Infrastructure as Code enthusiast and DevOps InstituteAmbassador. Mustafa often speaks at international conferences about cloud technologies. He has been an MVP for Microsoft Azure since 2016 and a C# Corner MVP since 2020. Mustafa has also authored several books about Microsoft Azure and cloud computing, all published by Packt.
Read more about Mustafa Toroman