Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the EventHubsCaptureEventGridDemo sample #490

Merged
merged 7 commits into from
May 13, 2022

Conversation

spelluru
Copy link
Collaborator

@spelluru spelluru commented May 6, 2022

Updated the sample used by the tutorial:
https://review.docs.microsoft.com/en-us/azure/event-hubs/store-captured-data-data-warehouse?branch=pr-en-us-197006

  1. Upgraded the Azure function project FunctionEGDWDumper. Now, the first parameter for the function is of type EventGridEvent and the second parameter is of type ILogger.
  2. Updated the code after updating the two parameters.
  3. Now, the code uses StorageSharedKeyCredentials that's built using the storage account name and the storage access key. Earlier, I had to set the access level for the container to "public" to get the tutorial working.
  4. Updated the template JSON file to set the new configuration values for storage account name and storage account key.
  5. Removed unnecessary DWDumper from the folder and the solution.
  6. Cleaned up Readme.md file to point to the tutorial article on DOCS. This would eliminate duplication of the content. Also, removed all the images used by the old Readme file.

@spelluru spelluru merged commit 5723a0c into Azure:master May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants