Fuju.Org

    • AZ-700
    • CAF/WAF
    • Data Science
    • Home Network
    • Kubernetes
    • Labs
    • Labs-Classic
    • Privacy Policy
    • Timor-Leste
    • Reading List
    • Resources
    • TechTalk
    • About Me
Illustration of a bird flying.
  • AKS Private Cluster, kubenet, UDR, and Azure Firewall

    This configuration will be covered the following requirement: Creating AKS Private Cluster with Azure CLI Sample output Related Error Messages: The following is “Error messages” when AKS Node unable to access ACR The following is “Error message” when creating AKS cluster but $IDENTITY_ID doesn’t have permission to create entry in route table (UDR) – Additional…

    December 11, 2022
  • AKS – Private Cluster and PostgreSQL

    Sample CLI: * Creating ” AKS – Private Cluster with v-net peering ” https://github.com/fujute/m18h/blob/master/aks/private-aks-with-vnet-peering.sh * Creating AKS with ” Bring your own subnet and route table with kubenet”https://github.com/fujute/m18h/blob/master/aks/private-aks-byo-subnet.sh See Also

    November 16, 2022
  • Azure Application Insights customEvents and .NET 6

    Getting customEvents with Azure Application Insights customEvents and .NET 6 Program.cs: Adding builder.Services.AddApplicationInsightsTelemetry(); Getting InstrumentationKey appsettings.json : adding InstrumentationKey HomeController.cs : Adding ” this.aiClient.TrackEvent(“CommentSubmitted”); ” See Also:

    June 23, 2022
  • Terraform: Create Virtual Network Peering and VMs

    Sample “Virtual network peering” with 2 VMs with terraform deployment TF file: https://github.com/fujute/m18h/tree/master/tf/virtual-network-peering main.tf variables.tf Building VNET peering with terraform Sample screenshot to access fx1-vm1 in fx1-network1 via jump host fx1-vm2 delete the deployment with terraform destroy Optional Tasks: Adding Private Endpoint for Azure Blob Storage and Private DNS Zone Reference command:

    June 2, 2022
  • Deploy an ASP.NET Core and Azure SQL Database app to Azure App Service with Bicep,CLI and VS Code

    Deploy software infrastructure with Bicep ( more details can be found from https://www.fuju.org/?p=38184 Deploy sample ASP.NET Core Application to App Service with VS code Update database connection string and create database table with entity framework core Access web app logs and delete resources group

    May 9, 2022
  • Azure App Service and Bicep

    List of sample deployments of Azure App Service with various scenario by using Bicep Azure App service with Blob Azure App Service + SQLDB + App Insight Azure App Service (Webapp + private endpoint (WebApp and SQL Server) + VNET integration. Application Gateway (private and public listeners) -> Azure App Service (via PE) -> SQL…

    May 7, 2022
  • Dynamically create and use a persistent volume with Azure Files in Azure Kubernetes Service (AKS)

    How to dynamically create an Azure Files share for use by multiple pods in an Azure Kubernetes Service (AKS) cluster This sample has been tested with ” AKS, Azure File, PV,PVC, Deployment, Multi-Container ” Sample file can be accessed from at “https://github.com/fujute/apr5“

    May 5, 2022
  • DevOps: Azure DevOps Release Gate (Query work items, SonarQube, Azure monitor)

    A Sample of “Azure DevOps Release Gate ” the Gates with the following items Software infra: Based on ” Controlling Deployments using Release Gates | Azure DevOps Hands-on-Labs (azuredevopslabs.com) ” and ” Managing technical debt with SonarQube and Azure DevOps | Azure DevOps Hands-on-Labs (azuredevopslabs.com) ” Hint: Azure DevOps Release Gate with Azure DevOps Starter…

    April 24, 2022
  • A user delegation SAS for blob with the Azure CLI & azcopy

    A user delegation SAS for blob with the Azure CLI & azcopy

    Sample of a user delegation SAS implementation with Blob, Azure CLI & azcopy

    March 14, 2022
  • Create Azure Service Principal and “az login”

    Sample of creating Resource Group and then create Service Principle with contributor role under the RG for DevOps Pipeline

    February 22, 2022
1 2 3 … 12
Next Page→

Fuju.Org

Proudly powered by WordPress