Skip to content

Commit

Permalink
Merge pull request #145 from DFE-Digital/update-onboarding-docs
Browse files Browse the repository at this point in the history
added simple onboarding info to docs
  • Loading branch information
aje54 authored Jan 17, 2024
2 parents b164f38 + b28f5a6 commit 76a39b2
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions documentation/onboard-service.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Onboard a new service to AKS
Before starting, it is important to capture the information required upfront using the [Onboarding form](onboard-form-template.md) even if it is subject to change in the future
# Onboard a new service to the Teacher Services AKS cloud platform

Onboarding is pretty straightforward and quick..
```mermaid
flowchart TD;
Start["Start"] --> Slack["Say Hi in DfE Slack channel #teacher-services-infra"];
Slack --> GetCoding["Start generating the code using our template"];
Slack --> FillForm["Read this page.. /documentation/onboard-form-template.md <br> and make sure you have all the info"];
FillForm --> OnboardCall["Arrange a quick intro call via DfE Slack channel #teacher-services-infra <br> to get things explained and meet the team"];
OnboardCall --> SetUpCall["We will help you request access, and set you up to self serve"];
SetUpCall --> SetUpComplete["Secure access to platform complete"];
SetUpComplete --> ProdReady["Complete the steps in /documentation/production-checklist"]
GetCoding --> SetUpComplete;
ProdReady --> Done["Start deploying"] ;
```

Before starting, it is important to capture the information required upfront using the [Onboarding form](onboard-form-template.md) even if it is subject to change in the future. Also, its really important to
check the [Production Checklist](production-checklist.md). Your code should then be ready to roll.


## Template
Expand Down

0 comments on commit 76a39b2

Please sign in to comment.