forked from microsoft/spring-cloud-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update eventhub readme file (microsoft#751)
* update eventhub readme file * Update README.adoc Co-authored-by: unknown <fenzho@FZHOU.fareast.corp.microsoft.com>
- Loading branch information
1 parent
957fd8a
commit e46226f
Showing
7 changed files
with
118 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
...loud-azure-samples/eventhubs-integration-sample/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# Credential file based usage | ||
# ----------------------- Credential file based usage --------------------------------------- | ||
|
||
spring.cloud.azure.credential-file-path=[credential-file] | ||
spring.cloud.azure.resource-group=[resource-group] | ||
spring.cloud.azure.eventhub.namespace=[eventhub-namespace] | ||
|
||
# Connection string and access key based usage | ||
# ----------------------- Connection string and access key based usage ---------------------- | ||
|
||
# Fill event hub namespace connection string copied from portal | ||
# spring.cloud.azure.eventhub.connection-string=[eventhub-namespace-connection-string] | ||
|
||
# Fill checkpoint storage account name and access key | ||
# spring.cloud.azure.eventhub.checkpoint-access-key=[checkpoint-accesskey] | ||
|
||
|
||
# ----------------------------------- Common Properties ------------------------------------- | ||
|
||
spring.cloud.azure.eventhub.checkpoint-storage-account=[checkpoint-storage-account] | ||
spring.cloud.azure.eventhub.checkpoint-container=[checkpoint-container] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...-cloud-azure-samples/eventhubs-operation-sample/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# Credential file based usage | ||
# -------------------------- Credential file based usage ---------------------------------- | ||
|
||
spring.cloud.azure.credential-file-path=[credential-file] | ||
spring.cloud.azure.resource-group=[resource-group] | ||
spring.cloud.azure.eventhub.namespace=[eventhub-namespace] | ||
|
||
# Connection string and access key based usage | ||
# -------------------------- Connection string and access key based usage ----------------- | ||
|
||
# Fill event hub namespace connection string copied from portal | ||
# spring.cloud.azure.eventhub.connection-string=[eventhub-namespace-connection-string] | ||
# Fill checkpoint storage account name and access key | ||
# spring.cloud.azure.eventhub.checkpoint-access-key=[checkpoint-accesskey] | ||
|
||
# -------------------------------- Common Properties ------------------------------------- | ||
spring.cloud.azure.eventhub.checkpoint-storage-account=[checkpoint-storage-account] | ||
spring.cloud.azure.eventhub.checkpoint-container=[checkpoint-container] |