Skip to content

Commit

Permalink
App config Readme updates (#27071)
Browse files Browse the repository at this point in the history
* Updating App Config Reademes

* Updating App Config Reademes

* Updating docsetting to ignore readmes

* Updating docsetting to ignore readmes

* Updating docsetting to ignore readmes

* Fixed Links
  • Loading branch information
mrm9084 authored Feb 14, 2022
1 parent b8aaf67 commit e0e9ac6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 25 deletions.
3 changes: 3 additions & 0 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ known_content_issues:
- ['sdk/storage/azure-storage-internal-avro/README.md', '#3113']
- ['sdk/storage/README.md', '#3113']
- ['sdk/tools/azure-sdk-archetype/README.md', '#3113']
- ['sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/README.md', '#3113']
- ['sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/README.md', '#3113']
- ['sdk/appconfiguration/azure-spring-cloud-feature-management-web/README.md', '#3113']

package_indexing_exclusion_list:
- azure-loganalytics-sample
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Spring Cloud for Azure appconfiguration config web client library for Java

## Key concepts
## Getting started
## Key concepts
## Examples
## Troubleshooting
## Next steps
## Contributing
See: [Spring Cloud for Azure App Configuration Starter](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config)
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Spring Cloud for Azure appconfiguration config client library for Java

## Key concepts
## Getting started
## Key concepts
## Examples
## Troubleshooting
## Next steps
## Contributing
See: [Spring Cloud for Azure App Configuration Starter](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config)
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Spring Cloud for Azure feature management web client library for Java

## Key concepts
## Getting started
## Key concepts
## Examples
## Troubleshooting
## Next steps
## Contributing
See: [Spring Cloud Azure Feature Management](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-feature-management)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package helps Spring Application to load properties from Azure Configuration Store.

[Package (Maven)][package] | [Samples][app_configuration_sample]
[Package (Maven)][package] | [Samples][app_configuration_sample] | [Reference Documentation][reference_docs]

## Getting started

Expand All @@ -21,7 +21,7 @@ There are two libraries that can be used azure-spring-cloud-appconfiguration-con
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-appconfiguration-config</artifactId>
<version>2.1.1</version>
<version>2.3.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -33,7 +33,7 @@ or
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-appconfiguration-config-web</artifactId>
<version>2.1.1</version>
<version>2.3.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -169,7 +169,7 @@ spring.cloud.azure.appconfiguration.stores[0].monitoring.triggers[0].label=[my-w

When using the web library, applications will attempt a refresh whenever a servlet request occurs after the watch interval time when monitoring is enabled.

In the console library calling refreshConfiguration on `AzureCloudConfigRefresh` will result in a refresh if the watch interval has passed. The web library can also use this method along with servlet request method.
In the console library calling refreshConfiguration on `AppConfigurationRefresh` will result in a refresh if the watch interval has passed. The web library can also use this method along with servlet request method.

##### Push Based Refresh

Expand Down Expand Up @@ -352,3 +352,4 @@ Please follow [instructions here][contributing_md] to build from source or contr
[azure_rbac]: https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal
[app_configuration_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-data-appconfiguration#key-concepts
[key_vault_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/keyvault/azure-security-keyvault-secrets#key-concepts
[reference_docs]: https://microsoft.github.io/spring-cloud-azure/docs/azure-app-configuration/index.html

0 comments on commit e0e9ac6

Please sign in to comment.