-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat: Adding ability to define a custom AzureEnvironment. #2579
Conversation
Thank you for your contribution! 🙏 We will review it as soon as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! However, let's move it to the configuration rather than ENV VAR.
1ade4bd
to
19d0186
Compare
@tomkerkhove can you please review this PR again? I can open a PR in docs repo if this looks good |
/azp run "Promitor CI - Scraper Agent" |
No pipelines are associated with this pull request. |
Can you please sign off the CLA? |
src/Promitor.Agents.ResourceDiscovery/Configuration/AzureLandscape.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Agents.ResourceDiscovery/Graph/AzureResourceGraph.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Agents.ResourceDiscovery/Validation/Steps/AzureLandscapeValidationStep.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Agents.Scraper/Validation/Steps/MetricsDeclarationValidationStep.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Core.Scraping/Configuration/Model/AzureMetadata.cs
Outdated
Show resolved
Hide resolved
a944384
to
b051f68
Compare
src/Promitor.Agents.ResourceDiscovery/Validation/Steps/AzureLandscapeValidationStep.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Agents.Scraper/Validation/Steps/MetricsDeclarationValidationStep.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Core.Scraping/Configuration/Serialization/v1/Core/AzureEndpointsDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Agents.ResourceDiscovery/Extensions/AzureLandscapeExtensions.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Agents.Scraper/Extensions/AzureMetaDataExtensions.cs
Outdated
Show resolved
Hide resolved
0f617bc
to
f729cc4
Compare
d9ffdc7
to
e9fa5db
Compare
...Unit/Validation/Scraper/Metrics/ResourceTypes/LogAnalyticsDeclarationValidationStepsTests.cs
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Thanks a ton!! |
Head branch was pushed to by a user without write access
Add support for a custom azure environment whose endpoints can be defined via environment variables in a helm values file. This creates the ability to deploy to new regions without requiring code changes.