Skip to content

Commit e294878

Browse files
authored
Merge pull request #109867 from zr-msft/zr-aks-1703061-rm-osba
[AKS] remove OSBA docs and add redirects
2 parents 4baf4e2 + 10c8b4b commit e294878

File tree

5 files changed

+11
-484
lines changed

5 files changed

+11
-484
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50523,6 +50523,16 @@
5052350523
{
5052450524
"source_path": "articles/sql-database/sql-database-managed-instance-index.yml",
5052550525
"redirect_url": "/azure/sql-database/sql-database-managed-instance"
50526+
},
50527+
{
50528+
"source_path": "articles/aks/integrate-azure.md",
50529+
"redirect_url": "/azure/aks/",
50530+
"redirect_document_id": false
50531+
},
50532+
{
50533+
"source_path": "articles/aks/use-cosmosdb-osba-mongo-app.md",
50534+
"redirect_url": "/azure/aks/",
50535+
"redirect_document_id": false
5052650536
}
5052750537
]
5052850538
}

articles/aks/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@
314314
maintainContext: true
315315
- name: Run applications with Helm
316316
href: kubernetes-helm.md
317-
- name: Use Open Service Broker for Azure
318-
href: integrate-azure.md
319-
- name: Use Cosmos DB API for MongoDB with OSBA
320-
href: use-cosmosdb-osba-mongo-app.md
321317
- name: Use OpenFaaS
322318
href: openfaas.md
323319
- name: Run Spark jobs

articles/aks/certificate-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AKS generates and uses the following certificates, Certificate Authorities, and
2727
* Each kubelet also creates a Certificate Signing Request (CSR), which is signed by the Cluster CA, for communication from the kubelet to the API server.
2828
* The etcd key value store has a certificate signed by the Cluster CA for communication from etcd to the API server.
2929
* The etcd key value store creates a CA that signs certificates to authenticate and authorize data replication between etcd replicas in the AKS cluster.
30-
* The API aggregator uses the Cluster CA to issue certificates for communication with other APIs, such as Open Service Broker for Azure. The API aggregator can also have its own CA for issuing those certificates, but it currently uses the Cluster CA.
30+
* The API aggregator uses the Cluster CA to issue certificates for communication with other APIs. The API aggregator can also have its own CA for issuing those certificates, but it currently uses the Cluster CA.
3131
* Each node uses a Service Account (SA) token, which is signed by the Cluster CA.
3232
* The `kubectl` client has a certificate for communicating with the AKS cluster.
3333

articles/aks/integrate-azure.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)