Environment Support
Scope of Environment Support
To ensure the stability, security, and performance of the SERVICEME platform across different cloud environments, we have unified planning and tiered support for system operating environments (including cloud platforms, networks, identity systems, model service integration environments, etc.).
The current platform primarily operates on Microsoft Azure as the main environment, with ongoing evaluation of compatibility with other cloud platforms.
Levels of Environment Support
Standard Support
- Refers to operating environments that have passed comprehensive compatibility testing, performance validation, and security review.
- Provides official production support (SLA) and long-term maintenance assurance.
- Currently, only Microsoft Azure is classified as a standard support environment.
Experimental Support
- Refers to environments that are operable but have not yet passed all compatibility and performance validations.
- Suitable for testing, proof of concept (POC), or internal evaluation; not recommended for production use.
- Examples: AWS, Alibaba Cloud.
Not Supported
- Environments that do not meet platform deployment requirements or have security and access restrictions.
Standard Supported Environment (Microsoft Azure)
| Category | Recommended Configuration | Description |
|---|---|---|
| Resource Group Structure | Single resource group or separated by environment (DEV / UAT / PROD) | Splitting by environment is recommended for easier permission and policy control |
| Virtual Network (VNet) | Enable private subnets and service endpoints | Avoid public network calls to enhance security |
| App Service | 2-4 cores / 8GB RAM (minimum standard) | Auto-scaling is recommended for production environments |
| Database (Azure PostgreSQL / SQL) | Starting from 4 cores / 16GB RAM | Adjust according to data volume and number of concurrent users |
| Storage (Blob Storage) | Enable geo-redundancy (GRS) | Improves reliability and backup recovery capability |
| Identity System (Entra ID) | Enable MFA and conditional access policies | Strengthens account security and compliance |
| AI Service Integration | Use Azure OpenAI Service / Azure Cognitive Services | Ensure stable call paths and compliant billing |
User Roles and Corresponding Environments
| User Type | Environment | Permission Description |
|---|---|---|
| Developer | DEV / UAT environment | Can deploy, debug, and configure resources; no production access |
| Tester | UAT environment | Can perform functional and performance testing; has read and validation permissions |
| Operator | All environments (including PROD) | Has system monitoring, deployment, and emergency handling permissions |
| Business User | PROD environment | Limited to official system use; no configuration or modification permissions |