question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure Identity Usage Sample

See original GitHub issue

Summary

The Event Hub client library will provide a new API surface for track two, which differs from that of the current track one version. To help illustrate usage of the new API for the target scenarios, a set of small, approachable, and self-contained sample projects is needed.

Scope of Work

  • Implement a sample demonstrating a basic approach for creating an EventHubClient using an Azure identity as the credential and read basic metadata from the Event Hub to illustrate the client working.

  • The sample should offer discussion and illustration of any needed Azure resources or configuration, such as creating a service principal and configuring RBAC on the Event Hub instance.

Out of Scope

  • Creation of samples which illustrate other scenarios; these will be covered under a dedicated work item.

Success Criteria

  • The sample has been created for the scenario, with a clear and simple approach and generous comments to support the goal of helping those unfamiliar with Event Hubs to get started in using it.

  • The sample adheres to the coding conventions and standards defined for track two libraries.

  • All projects in the solution compile; any warnings that exist have either been fixed or additional work items filed to address them if they were deemed non-critical.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:39 (39 by maintainers)

github_iconTop GitHub Comments

2reactions
albertodenatalecommented, Oct 30, 2019

Apologies for the churn, and I appreciate your willingness to iterate. Truth be told, we’re thinking through the details together on this; I didn’t have a fully-baked plan going in (… and probably still don’t.)

With this task, I am as much committed as your are in providing Microsoft with something that fits the high standards that it sets for itself and I love iterations 😃

1reaction
jsquirecommented, Nov 14, 2019

I noticed the launchSettings.json is not in the .gitignore wonder if you want me to do anything with this?

I wouldn’t do that here, as it will bubble to the entire repository and is something that our engineering team owns. I’ll take a note and propose a change so that we don’t bog down with another 5+ people pulled into the review as code owners for that file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft identity platform code samples
These code samples are built and maintained by Microsoft to demonstrate usage of our authentication libraries with the Microsoft identity ...
Read more >
Azure Identity Examples · Azure/azure-sdk-for-java Wiki
Authenticating a user assigned managed identity with DefaultAzureCredential. This example demonstrates authenticating the SecretClient from the azure-security- ...
Read more >
Azure Identity client library for .NET
Many Azure hosts allow the assignment of a user-assigned managed identity. This example demonstrates configuring the DefaultAzureCredential ...
Read more >
Azure Identity, Resource Management, and Storage sample
This sample console application accomplishes the following tasks using the Azure SDK for .NET: ... This sample uses preview packages for Azure.
Read more >
Azure Identity client library for JavaScript - version 3.3.0
Authenticate Azure-hosted applications. Credential, Usage, Example. DefaultAzureCredential, Provides a simplified authentication experience to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found