Information Technology Consultant
Block or Report
Block or report subhankars
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
DotNet6MinimalApi Public
Code sample for .NET 6, C# 10 Minimal API and Azure DevOps pipeline for Continuous deployment.
-
Create a custom document library with features like Document Versioning, Download, Delete, Restore a specific version etc. leveraging Azure Blob Storage Versioning. C# Code Samples.
-
1
using System;
23namespace EventGridEventTrigger.Library
4{
5public static class CustomEvent<T>
-
1
#Zipped artifact path - get the path from Azure DevOps Pipeline variables
2$path = "$(System.DefaultWorkingDirectory)\$($env:zippedArtifactPath)"
34#Test the path if exists
5if (-not (Test-Path $path))
-
AzureEventGridEventHandler Public
Azure EventGrid event handler code samples in .NET Core, .NET Framework, Azure Function (v1 and v2)
-
StaticWebApp Public
Hosting Free Website with Serverless backend on Azure Static Web App