...
Provides step-by-step instructions for the end-to-end validation of the Customer Onboarding Process using AC4in AC Cloud.
Designed to prepare learners for validating a customer onboarding on-boarding workflow end-to-end
Verifying credentials
Setting network security settings for virtual machines
Comprehensive step-by-step directions on:
Downloading and installing prerequisite software
CLI for Windows
Chocolatey
The Helm client from the local directory (e.g., kubectl)
Important introduction to setting up and configuring databases
Creating users
Database creation
Assignment of privileges
Preparation of YAML files according to customer standardstier.
...
AC Cloud Customer Onboarding Process
Process Step | Actions |
Sales/Pre-Sales Transition to Managed Services |
|
Submit Infra Resource Ticket to Connectria |
|
Provision Environment |
|
Setup Environment - Bastion Jump Host |
|
Setup Environment - Adeptia Connect |
Once customer confirms the Sys Admin user name in response to Welcome email then:
|
Setup Monitoring |
|
Complete Connectria Monitoring Setup |
|
Notify Accounts for Billing |
|
Invoice Customer |
|
Onboard Client |
|
Conduct Training |
|
...
Customer Environment Setup
Prerequisites
Obtain bastion Jump host access credential from Connectria.
Verify credentials and allow the Adeptia office Noida office’s IP in the VM network security group inbound rules.
...
Provide Ingress IP and Application Domain Name to Local IT team to (Example: Milonadd that into Public DNS Portal (Cloudflare) via Ticketing Portal.
...
Post-Installation Configuration
Log in and Perform Initial Setup:
Enter the client name and email ID as provided in the client sheet.
Enable the following settings:
EAR settings
SMTP configuration
AI MAP
Adeptia Assistance feature
Change logging level to Error for all microservices
Enable EAR setting from the application setting (default password:
changeit
)
Change environment display name
Configure mail server parameters:
Code:
emailID: donotreply@adeptia.com Password: refer myglumyglue
Install EFK Stack:
Download EFK.
Install EFK:
Code:
helm install efk efk-stack -n logs
...
Whitelist AKS Cluster Public IP .in Internal Azure Portal
...
Update Adeptia Assistant Settings:
Navigate to: Setting >> Common >> Adeptia Assistant
Set the following properties:
Code:
abpm.services.chatbot.adeptiaai.enable = true abpm.services.chatbot.adeptiaai.endpoint = https://ai.adeptia.com/v1.0 abpm.services.chatbot.adeptiaai.oauth.clientid = f3f7e482-0b5a-41f6-aa6b-4b44494be419 abpm.services.chatbot.adeptiaai.oauth.clientsecret = wM48Q~IE-hOKMahzZ7QjoROdOkSumNwQoPOmmaRb abpm.services.chatbot.adeptiaai.oauth.scope = api://f4e48d6e-8d68-460c-9314-d78c0eeafc75/.default abpm.services.chatbot.adeptiaai.oauth.tokenurl = https://login.microsoftonline.com/45549897-61ee-4cfa-b596-04ca9df5c105/oauth2/v2.0/token abpm.services.chatbot.adeptiaai.tagname = ProductDocumentation
...