Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimmergren/cloud-code-samples
Code samples and demos for Azure and Microsoft 365.
https://github.com/zimmergren/cloud-code-samples
applicationinsights authentication azure azurecontainerinstance azurekeyvault bicep containers keyvault loganalytics microsoftgraph
Last synced: 2 months ago
JSON representation
Code samples and demos for Azure and Microsoft 365.
- Host: GitHub
- URL: https://github.com/zimmergren/cloud-code-samples
- Owner: Zimmergren
- Created: 2021-03-08T18:32:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T18:51:30.000Z (about 1 year ago)
- Last Synced: 2024-04-29T02:21:28.553Z (9 months ago)
- Topics: applicationinsights, authentication, azure, azurecontainerinstance, azurekeyvault, bicep, containers, keyvault, loganalytics, microsoftgraph
- Language: C#
- Homepage:
- Size: 77.1 KB
- Stars: 24
- Watchers: 3
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Samples and Demos
Collection of code samples from articles, blog posts, and more.## ApplicationInsightsService
This folder contains the basic code for filtering dependencies in your Application Insights services.
- Read more: https://zimmergren.net/excluding-failing-dependencies-from-application-insights-logging/
## AuthenticatedApplicationInsights
This folder contains sample code for sending authenticated requests to an Application Insights service that has disabled local authentication.
- Read more: https://zimmergren.net/enforce-authentication-when-sending-application-insights-telemetry/
## AzureMonitorDeepLinking
Code sample for deep-linking Azure Log Analytics and Azure Application Insights queries.
- Read more: https://zimmergren.net/deep-linking-azure-log-analytics-and-app-insight-queries/
## AzureMonitorAlertRuleBicep
Code sample for deploying alert rules in Bicep.
- Read more: https://zimmergren.net/create-azure-monitor-alert-rules-with-bicep/
## BicepIntroduction
This folder contain the basic templates used in a post about using Bicep.
- Read more: https://zimmergren.net/getting-started-azure-bicep
## KeyVaultBackup
This folder contains a basic script for copying secrets from one vault to another, across subscriptions.
It's intended as a starter for how you can achieve this task, and you should carefully consider modifying it to fit your processes and security guidelines.- Read more: https://zimmergren.net/backup-azure-key-vault-secrets-keys-certificates/
## MicrosoftGraphEmail/TZ.GraphEmailDemo
This folder contains a .NET 6 console app for sending simple messages using the Microsoft Graph APIs.
- Read more: https://zimmergren.net/sending-e-mails-using-microsoft-graph-using-dotnet/
## MicrosoftGraphEmail.Read
This folder contains a .NET 6 app for reading e-mails using the Microsoft Graph APIs.
- Read more: https://zimmergren.net/reading-emails-with-microsoft-graph-using-net/
## AzureResourceGraph
In this folder, you'll find examples of Azure Resource Graph queries.
Currently, the examples are:- ExpiringAppServiceCertificates: Queries to discover Azure App Certificates that are expiring soon.
- Read more: https://zimmergren.net/discover-expiring-azure-app-services-certificates/