Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set Up New Environment

Part 1: Set up a pipeline

To be able to deploy the code automatically when one commit the code to the repository, we need to create a pipeline that auto deploy the code, we use a Docker image to the new environment.

...

Code Block
$(date:yyyyMMdd)$(rev:.r)

...

19. Save the pipeline and run it. At this point all should be running correctly and the code should be in the container registry under Repository.

Part 2: Set up and configure Azure AD

< Azure Portal configurations etc >Setting up Azure portal involved few steps:

Activate your Developer role in order to configure Azure AD

In order to configure and view some features in Azure AD we need to activate our Developer role for the day or for few hours. To do that go to Azure Ad Privileged Identity Management

...

Click on My roles

...

Click on Activate

...

Give a reason for activating your role and click continue

...

Image AddedImage Added

Once your role is activated you can continue to configure the other steps.

Configure App registrations

To do ..

...

Configure Groups
Configure Container registries
Configure App Services
Configure Key vaults
Test

Part 3: How to push and publish the code