Skip to content

Commit 0bd0625

Browse files
authored
Merge pull request #17411 from sethmanheim/as-meta
Fix ms.service values in docfx.json files
2 parents d967788 + 1a050c1 commit 0bd0625

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

AKS-Arc/docfx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"breadcrumb_path": "/azure/aks/aksarc/breadcrumb/toc.json",
5757
"extendBreadcrumb": false,
5858
"manager":"lizross",
59-
"ms.service": "azure-stack",
6059
"recommendations": true,
6160
"zone_pivot_group_filename": "../azure-stack/zone-pivot-groups.json"
6261

azure-stack/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
}
166166
},
167167
"manager":"lizross",
168-
"ms.service": "azure-stack",
169168
"recommendations": true
170169
},
171170
"fileMetadata": {
@@ -174,7 +173,8 @@
174173
"operator/**/*.md": "azure-stack-hub",
175174
"partner/**/*.md": "azure-stack-hub",
176175
"reference/**/*.md": "azure-stack-hub",
177-
"user/**/*.md": "azure-stack-hub"
176+
"user/**/*.md": "azure-stack-hub",
177+
"ruggedized/**/*.md": "azure-stack-hub"
178178
},
179179
"titleSuffix": {
180180
"**/*.md": "Azure Stack Hub"

azure-stack/ruggedized/ruggedized-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Azure Stack Hub ruggedized
33
description: Azure Stack Hub ruggedized is a versatile, ruggedized cloud appliance that easily expanded by adding additional scale units to provide Azure IaaS and PaaS capabilities
44
author: sethmanheim
55
ms.author: sethm
6-
ms.service: azure-stack
76
ms.topic: overview
87
ms.date: 07/20/2021
98
ms.reviewer: prchint
@@ -12,7 +11,7 @@ ms.lastreviewed: 10/14/2020
1211

1312
# Azure Stack Hub ruggedized
1413

15-
Azure Stack Hub ruggedized is a versatile, ruggedized cloud appliance that can be expanded by adding additional scale units. Azure Stack Hub ruggedized provides Azure IaaS and PaaS capabilities in support of connected and disconnected operations for organizational units consisting of several hundred personnel. Azure Stack Hub ruggedized provides sufficient compute and storage capacity to provide static, modular cloud datacenter infrastructure in space-constrained environments operating at the edge.
14+
Azure Stack Hub ruggedized is a versatile, *ruggedized* cloud appliance that can be expanded by adding additional scale units. Azure Stack Hub ruggedized provides Azure IaaS and PaaS capabilities in support of connected and disconnected operations for organizational units consisting of several hundred personnel. Azure Stack Hub ruggedized provides sufficient compute and storage capacity to provide static, modular cloud datacenter infrastructure in space-constrained environments operating at the edge.
1615

1716
## How you can use Azure Stack Hub ruggedized
1817

0 commit comments

Comments
 (0)