Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
​Application Lifecycle Management on Microsoft Power Platform
​Application Lifecycle Management on Microsoft Power Platform

​Application Lifecycle Management on Microsoft Power Platform: A comprehensive guide to managing the deployment of your solutions

Arrow left icon
Profile Icon Benedikt Bergmann
Arrow right icon
€17.99 €26.99
eBook Oct 2024 222 pages 1st Edition
eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Benedikt Bergmann
Arrow right icon
€17.99 €26.99
eBook Oct 2024 222 pages 1st Edition
eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€17.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

​Application Lifecycle Management on Microsoft Power Platform

An Intro to ALM

The most productive companies deploy custom software on a regular schedule. To achieve this kind of efficiency, a flawless process of software development from start to end is crucial. This is where application lifecycle management (ALM) comes into the picture.

ALM adoption, especially within the Power Platform, is growing. There are a lot of questions people have about this topic.

This first chapter will give you a general introduction to ALM, as well as what is included.

In this chapter, we’re going to cover the following main topics:

  • What is ALM?
  • What are the stages of an ALM process?
  • What the benefits of ALM are and why we should use it
  • The tools of an ALM strategy

By the end of this chapter, you will be familiar with the key concepts and ideas in ALM. The topics covered will help you understand what ALM contains and why it is important.

ALM overview

When we talk about ALM, we often only talk about the automation part. Even though this is an essential part of it, there is more to ALM than that. ALM is a complex system of tools, people, and processes to control the complete cycle of an application, from planning and development, testing, and maintenance to retirement. It is important to know that all of these are integral parts of holistic ALM.

The following diagram illustrates the different stages of an ALM process and that it is an ever-repeating cycle:

Figure 1.1 – Stages of ALM

Figure 1.1 – Stages of ALM

Whenever we have completed one cycle by starting from the Maintain stage, we start over with the planning of the next iteration. After the first iteration, the Maintain stage continues while the other stages are executed to support and maintain the current version in production while the next version is prepared. This goes on until the application is finally retired.

Stages of the ALM cycle

As you can see in Figure 1.1, the ALM cycle contains five stages:

  1. Plan
  2. Develop
  3. Test
  4. Deploy
  5. Maintain

The following sections will explain these five stages.

Plan

First, an application must be planned. Therefore, this is the first stage of the ALM process. This will include requirement gathering from all stakeholders to collect all their needs for the application to support their business cases in the best way possible. Business requirements are not the only requirements we have to take into consideration. Within this stage, gathering compliance and governance requirements is as important as gathering business requirements. Usually, we differentiate between functional and non-functional requirements, where business requirements are often functional and the others mentioned are often non-functional.

With all this input and requirements, a design of the application will be created.

Since the ALM process is a cycle and can repeat itself, it can support an Agile development approach. In this case, the requirements gathered in the Plan stage of one iteration can change the requirements and design of an earlier iteration.

Develop

After the plan for the application (or the next iteration) is completed, the team starts implementing it. The development team must break down given requirements into small pieces to be able to implement them.

Within this stage, the team could use different development approaches. The most known ones are either a Waterfall or an Agile approach. Since the whole ALM process is a circle and repeats itself, this would mean that the chosen development approach is a sub-approach.

Test

Usually, the Test stage and the Develop stage are very tightly related to each other and even overlap. Testers start their work of defining test cases and setting up test environments while the application is still in development. They send features back to development whenever they find parts that are not working as expected, which should happen in close communication between the test team and the development team.

In addition to the often-manual tests of dedicated test teams, it is recommended that the development team also creates unit tests as well as integration tests for the software they are writing. In addition to that, there might be the need for automated UI tests, performance tests, load tests, and a bunch of other tests.

The formal purpose of this stage is to verify that the created application meets the requirements defined in the planning stage of the ALM process. Until this is the case, the team will do mini-iterations between the Develop and Test stages.

Deploy

This stage defines the release of the product to production or the end user. There is no direct definition of how this stage should be done. It very much depends on the kind of software developed, the target audience, the prerequisites within the organization, and a lot of other factors.

Maintain

The last stage is to maintain your application, as the name says. It includes monitoring and managing the application. This stage is usually the longest in an ALM process.

As soon as an application is in this stage, it stays there until it gets retired, even though new iterations (a.k.a., new versions) are usually started as soon as one version goes to production and therefore enters the Maintain stage.

Advantages of ALM

As mentioned earlier, a flowless process to develop custom software is crucial to the success of an implementation. In the upcoming sections, we will analyze the following key advantages of ALM:

  • Boosting communication and strengthening visibility
  • Sharpening testing
  • Increasing quality
  • Improving development and deployment speed

Boosting communication and strengthening visibility

A good ALM strategy provides your team with the tools needed to deliver high-quality software. This includes proper team communication and planning platform(s). All of the tools in an ALM strategy should be as integrated as they can be to improve collaboration.

When those tools and platforms are in place, all stakeholders, and the development team in particular, will get better insights into the current project status and what has been achieved already, as well as what lies ahead.

Sharpening testing

Another part of a sophisticated ALM strategy should be guidelines, best practices, and tools when it comes to testing. This includes manual tests such as regression tests by the test team, as well as automated tests such as, for example, unit tests or integration tests.

When those guidelines, best practices, and tools are in place, the development team can easily create automated tests, which should be run on a regular basis, at least before the software is deployed to the downstream environments.

Increasing quality

The first two key advantages together will lead to increased software quality. Since all stakeholders are able to communicate better and more frequently and get better insights into the current project status, and the development team can create automated tests, the overall quality of your delivered software will be increased, mainly because the identification of issues can be done a lot earlier in the process.

Through source code management and proper branching, the quality of the delivery can be increased even more.

Improving development and deployment speed

All of the aforementioned will, in the end, improve development and deployment speed. Since issues can be identified earlier in the process, the development team needs less time to fix them and respond to the input of the testers. Therefore, the cognitive shift between tasks becomes less for both developers and testers, which leads to more efficiency and thus improved productivity.

The deployment process that should be set up during the establishment of an ALM strategy should optimize and automate the current deployment process. Through iterations of improvements, it will be optimized even further. This means that the deployment speed will be increased over time.

ALM tools

ALM tools are usually a collection of project management tools. How sophisticated those tools are depends on a lot of factors, one of which is how mature the current organization is in relation to application development. It could range from a very simple document or wiki to a “full-blown” ALM product.

It is also important to mention that there are usually several tools that are combined to achieve a holistic ALM tool landscape.

The following list gives you an idea of the features your ALM tool landscape should (at least) cover:

  • Communication: The team implementing the solution needs to communicate with various stakeholders. Since communication is a crucial part of developing an application, it should be part of the ALM planning. It should be clear to the entire implementation team which communication channels they should use.
  • Requirement planning: Requirements are necessary so that the development team implements the correct functionalities according to the needs of the business. Therefore, clear structure and tooling in regard to requirements (including gathering, defining, estimation, and tracking) are important.
  • Test management: Every implementation should be tested. An automated approach is preferable, but a manual approach in most cases is also feasible. Both approaches are often combined, depending on which area of the application is currently being tested. Either way, a good ALM approach should define where the tests are managed. This includes defining new tests, scheduling test execution, and tracking test results.
  • Source code management: Since a usual application implementation project includes writing code, an ALM process has to include a tool to manage the project’s source code. This includes different branches, commit tracking, and pull requests.
  • Automated deployment: An optimized ALM process will execute deployments to downstream environments in an automated fashion. This optimizes quality since all the necessary steps are always executed in the same order and in the same way. To be able to handle this, an ALM process should define which deployment automation tool to use.

Here are some examples of ALM tools:

  • Microsoft Azure DevOps
  • GitHub Actions
  • Atlassian Software Suite (Jira, Confluence, Trello, Bitbucket, Bamboo)
  • Jama Software
  • Tuleap
  • Visure

Summary

In this chapter, we learned about the key ideas behind ALM. We learned that an ALM process contains five steps: plan, develop, test, deploy, and maintain.

This chapter also describes why ALM is important to a successful implementation project and the advantages it brings. They are as follows:

  • Boosting communication and strengthening visibility
  • Sharpening testing
  • Increasing quality
  • Improving development and deployment speed

You now understand the stages of ALM and some of the tools used to implement it.

The next chapter looks more deeply into the need for ALM when working with the Microsoft Power Platform.

Questions

  1. Which of the following is a benefit of ALM?
    1. Code works the first time without errors
    2. Qualify of code is improved
    3. Code is easier to maintain
    4. Telemetry is automatically captured
  2. Which two of the following ALM tools are provided by Microsoft?
    1. Azure DevOps
    2. GitHub
    3. Jira
    4. Tuleap

Further reading

For more details on the topics covered in this chapter, reference the following resources:

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Demystify ALM concepts and how they apply to Microsoft Power Platform Application Lifecycle Management on Microsoft Power Platform
  • Define the best strategy for possible solutions, source code, and environments
  • Automate build and deployment tasks using Azure DevOps and GitHub
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Managing Power Platform solutions manually can be challenging and time-consuming, as is application lifecycle management (ALM), which encompasses governance, development, and maintenance. This book provides comprehensive coverage of ALM, addressing planning, development, testing, deployment, and maintenance. Drawing on his extensive experience as a Power Platform consultant and Microsoft MVP, Benedikt Bergmann simplifies complex topics, making them accessible and easy to grasp. From planning and designing applications to deploying and maintaining them, this book provides step-by-step instructions, best practices, and real-world examples to effectively manage the entire application lifecycle. You’ll gain insights into optimizing Power Platform's toolbox, including Power Apps, Power Automate, Power Pages, and Power Virtual Agents, for seamless collaboration, agile development, and rapid application delivery. You’ll also implement best practices for version control, code management, and collaboration using the Microsoft Power Platform. By the end of this book, you’ll be equipped with the knowledge and skills to effectively manage the entire application lifecycle, accelerate development cycles, and deliver exceptional solutions with the Microsoft Power Platform.

Who is this book for?

If you are involved in managing the deployment of Microsoft Power Platform solutions, whether as a solution architect, developer, functional consultant, or DevOps specialist, this book is for you. Familiarity with Power Platform is recommended.

What you will learn

  • Understand the importance of ALM in the context of Microsoft Power Platform
  • Leverage the Power Platform CLI to streamline ALM practices
  • Develop a comprehensive strategy for managing Power Platform environments
  • Explore techniques for defining robust Dataverse solutions for scalability and performance
  • Apply ALM concepts to Microsoft Power Platform
  • Use Managed Pipelines in managed Power Platform environments
  • Implement a source-code-centric approach with Azure DevOps Pipelines and GitHub Actions

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Oct 31, 2024
Length: 222 pages
Edition : 1st
Language : English
ISBN-13 : 9781835460894
Category :
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Oct 31, 2024
Length: 222 pages
Edition : 1st
Language : English
ISBN-13 : 9781835460894
Category :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
Banner background image

Table of Contents

16 Chapters
Chapter 1: An Intro to ALM Chevron down icon Chevron up icon
Chapter 2: ALM in Power Platform Chevron down icon Chevron up icon
Chapter 3: Power Platform Environments Chevron down icon Chevron up icon
Chapter 4: Dataverse Solutions Chevron down icon Chevron up icon
Chapter 5: Power Platform CLI Chevron down icon Chevron up icon
Chapter 6: Environment Variables, Connection References, and Data Chevron down icon Chevron up icon
Chapter 7: Approaches to Managing Changes in Power Platform ALM Chevron down icon Chevron up icon
Chapter 8: Essential ALM Tooling for Power Platform Chevron down icon Chevron up icon
Chapter 9: Project Setup Chevron down icon Chevron up icon
Chapter 10: Pipelines Chevron down icon Chevron up icon
Chapter 11: Advanced Techniques Chevron down icon Chevron up icon
Chapter 12: Continuous Integration/Continuous Delivery Chevron down icon Chevron up icon
Chapter 13: Deepening ALM Knowledge Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.