- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
You can use the Web App component to represent and visualize web applications from your Azure environment.
Use the toolbar to configure and customize the component. The following options are available:
Use the Cloudcraft API to programmatically access and render your architecture diagrams as JSON objects. The following is an example JSON object of a Web app component:
{
"type": "azurewebapp",
"id": "274993bf-646d-4046-a20a-063a243e22b7",
"resourceId": "/subscriptions/4f02467b-945a-4d06-8789-66b52d1c92a3/resourceGroups/CLOUDCRAFT/providers/Microsoft.Web/sites/docsite#componentType=azurewebapp",
"region": "eastus",
"mapPos": [0, 8],
"platform": "Windows",
"tier": "Basic",
"instance": "B1",
"color": {
"isometric": "#ececed",
"2d": null
},
"accentColor": {
"isometric": "#4286c5",
"2d": null
},
"link": "https://azure.microsoft.com/products/app-service/web/",
"locked": true
}
azurewebapp
for this component.Windows
or Linux
. Defaults to Linux
.Basic
.B1
.#ececed
.null
.#4286c5
.null
.blueprint://
or https://
.false
.The tier
key accepts the following values:
Basic, Free, Isolated, "Isolated v2", "Premium v2", "Premium v3", Shared, Standard
The instance
key accepts the following values:
B1, B2, B3, F1, I1, I2, I3, "I1 v2", "I2 v2", "I3 v2", "I4 v2", "I5 v2",
"I6 v2", "P1 v2", "P2 v2", "P3 v2", P0v3, "P1 v3", P1mv3, "P2 v3",
P2mv3, "P3 v3", P3mv3, P4mv3, P5mv3, D1, S1, S2, S3
The tier
and instance
keys work together to define the resources allocated to an application, but a valid combination of values must be provided.
The following table shows which combinations are valid.
tier | instance |
---|---|
Basic | B1, B2, B3 |
Free | F1 |
Isolated | I1, I2, I3 |
Isolated v2 | I1 v2, I2 v2, I3 v2, I4 v2, I5 v2, I6 v2 |
Premium v2 | P1 v2, P2 v2, P3 v2 |
Premium v3 | P0v3, P1 v3, P1mv3, P2 v3, P2mv3, P3 v3, P3mv3, P4mv3, P5mv3 |
Shared | D1 |
Standard | S1, S2, S3 |