Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k stars 2k forks source link

Add Spring Cloud Azure in each Azure product's MS docs page #29470

Closed chenrujun closed 2 years ago

chenrujun commented 2 years ago

Context

Now in each Azure Product's MS docs, there is no entry for Spring Cloud Azure. For example: In this page: https://docs.microsoft.com/en-us/azure/event-hubs/, there is no link to Spring Cloud Azure. @seanli1988 already created PR:

But after @KarlErickson's review, we found that it's not that simple. We need more investigation about how to add "Spring Cloud Azure" entry in each Azure product's MS docs.

Problem

  1. These PRs are not merged. And there is Check error in these PRs.
  2. Some PR didn't give the best solution. We need more consideration about how to add entry for "Spring on Azure" in each services' MS docs.

Goal

Add Spring Cloud Azure in each Azure product's MS docs page

Solution

Tasks

chenrujun commented 2 years ago

Current status:

Service Name MS docs Update index Update TOC/Quickstart Update TOC/Reference
App Configuration link :x: :x: :x:
Azure AD link :x: :x: :x:
Cosmos DB link :x: :x: :x:
Key Vault link #199907 :x: :x:
Event Hubs link #199912 :x: #199915
Event Hubs (Kafka API) link :x: :x: :x:
Service Bus link #199910 :x: #199910
Storage link :x: #199916 :x:
chenrujun commented 2 years ago

Here is the list that can add spring-cloud-azure in each Azure Service's MS docs page

chenrujun commented 2 years ago

Link to related PRs:

chenrujun commented 2 years ago

Designs:

Netyyyy commented 2 years ago

Update Key Vault: https://github.com/MicrosoftDocs/azure-docs-pr/pull/205476 Update Event Hubs: https://github.com/MicrosoftDocs/azure-docs-pr/pull/205486

chenrujun commented 2 years ago

Update Azure Active Directory: https://github.com/MicrosoftDocs/azure-docs-pr/pull/207687

chenrujun commented 2 years ago

Update Service Bus: https://github.com/MicrosoftDocs/azure-docs-pr/pull/207807

chenrujun commented 2 years ago

Update Azure Storage: https://github.com/MicrosoftDocs/azure-docs-pr/pull/207815

chenrujun commented 2 years ago

All designs are written in One Note&wdorigin=NavigationUrl&share=IgEMdZ2XOC6PT454oXFFJp4vAXYn3mHbRRgaag_u1f1VaNQ).

chenrujun commented 2 years ago

Closing this issue because all related PRs have been merged.