Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent d2f6764 commit f3371ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 67 deletions.
23 changes: 1 addition & 22 deletions _generated-doc/main/config/quarkus-all-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
Tenant Id required if using _oauth2_ or _device_code_ type
Tenant ID required if using _oauth2_ or _device_code_ type


ifdef::add-copy-button-to-env-var[]
Expand Down Expand Up @@ -1887,27 +1887,6 @@ endif::add-copy-button-to-env-var[]
|string
|`transport=dt_socket,server=y,suspend=n,address=5005`

a|icon:lock[title=Fixed at build time] [[quarkus-azure-functions_quarkus-azure-functions-app-settings-setting-name]] [.property-path]##link:#quarkus-azure-functions_quarkus-azure-functions-app-settings-setting-name[`quarkus.azure-functions.app-settings."setting-name"`]##
ifdef::add-copy-button-to-config-props[]
config_property_copy_button:+++quarkus.azure-functions.app-settings."setting-name"+++[]
endif::add-copy-button-to-config-props[]


[.description]
--
Specifies the application settings for your Azure Functions, which are defined in name-value pairs


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_FUNCTIONS_APP_SETTINGS__SETTING_NAME_+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_FUNCTIONS_APP_SETTINGS__SETTING_NAME_+++`
endif::add-copy-button-to-env-var[]
--
|Map<String,String>
|


h|[.extension-name]##Cache##
h|Type
Expand Down
23 changes: 1 addition & 22 deletions _generated-doc/main/config/quarkus-azure-functions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
Tenant Id required if using _oauth2_ or _device_code_ type
Tenant ID required if using _oauth2_ or _device_code_ type


ifdef::add-copy-button-to-env-var[]
Expand Down Expand Up @@ -424,26 +424,5 @@ endif::add-copy-button-to-env-var[]
|string
|`transport=dt_socket,server=y,suspend=n,address=5005`

a|icon:lock[title=Fixed at build time] [[quarkus-azure-functions_quarkus-azure-functions-app-settings-setting-name]] [.property-path]##link:#quarkus-azure-functions_quarkus-azure-functions-app-settings-setting-name[`quarkus.azure-functions.app-settings."setting-name"`]##
ifdef::add-copy-button-to-config-props[]
config_property_copy_button:+++quarkus.azure-functions.app-settings."setting-name"+++[]
endif::add-copy-button-to-config-props[]


[.description]
--
Specifies the application settings for your Azure Functions, which are defined in name-value pairs


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_FUNCTIONS_APP_SETTINGS__SETTING_NAME_+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_FUNCTIONS_APP_SETTINGS__SETTING_NAME_+++`
endif::add-copy-button-to-env-var[]
--
|Map<String,String>
|

|===

Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
Tenant Id required if using _oauth2_ or _device_code_ type
Tenant ID required if using _oauth2_ or _device_code_ type


ifdef::add-copy-button-to-env-var[]
Expand Down Expand Up @@ -424,26 +424,5 @@ endif::add-copy-button-to-env-var[]
|string
|`transport=dt_socket,server=y,suspend=n,address=5005`

a|icon:lock[title=Fixed at build time] [[quarkus-azure-functions_quarkus-azure-functions-app-settings-setting-name]] [.property-path]##link:#quarkus-azure-functions_quarkus-azure-functions-app-settings-setting-name[`quarkus.azure-functions.app-settings."setting-name"`]##
ifdef::add-copy-button-to-config-props[]
config_property_copy_button:+++quarkus.azure-functions.app-settings."setting-name"+++[]
endif::add-copy-button-to-config-props[]


[.description]
--
Specifies the application settings for your Azure Functions, which are defined in name-value pairs


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_AZURE_FUNCTIONS_APP_SETTINGS__SETTING_NAME_+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_AZURE_FUNCTIONS_APP_SETTINGS__SETTING_NAME_+++`
endif::add-copy-button-to-env-var[]
--
|Map<String,String>
|

|===

2 changes: 1 addition & 1 deletion _versions/main/guides/observability-devservices-lgtm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the Quarkus Grafana OTel LGTM sink (where data goes) extension to your build
[source,gradle,role="secondary asciidoc-tabs-target-sync-gradle"]
.build.gradle
----
implementation("quarkus-observability-devservices-lgtm")
implementation("io.quarkus:quarkus-observability-devservices-lgtm")
----

=== Metrics
Expand Down

0 comments on commit f3371ac

Please sign in to comment.