Enhancing Software Integrity with Artifact Attestations in GitHub Actions

Enhancing Software Integrity with Artifact Attestations in GitHub Actions

Ensuring the integrity and security of software artifacts is extremely important. With the proliferation of supply chain attacks and the increasing complexity of software development environments, developers need robust tools to safeguard their code and build processes. Recognizing this need, GitHub has introduced...

Microsoft Copilot for Azure: Your AI-Powered Cloud Companion

Microsoft Copilot for Azure: Your AI-Powered Cloud Companion

Microsoft Copilot for Azure, the innovative AI companion that is revolutionizing the way we interact with cloud infrastructure and services. In the ever-evolving landscape of cloud management, IT professionals in DevOps Engineer and SRE roles are constantly seeking...

Terraform: Conditional If Variable Does Not Exist (try function)

Terraform: Conditional If Variable Does Not Exist (try function)

They try function in HashiCorp Terraform allows values to be read from a Data Source, input variables, or some other attribute while providing a default value if the evaluation expression errors. This is particularly useful when data is retrieved from an external...

Your trusted source for Cloud, DevOps, and SRE guidance with Chris Pietschmann!

Chris Pietschmann - Microsoft MVP
Build5Nines - Cloud & Enterprise Technology 1
GitHub Actions: Commit and Push Changes Back to Repository

GitHub Actions: Commit and Push Changes Back to Repository

GitHub Actions are great at enabling you to automate workflows directly from within a GitHub repository. The workflows are stored in a YAML definition file located within the .github/workflows directory within the repository. GitHub Actions can be used to configure...

Phi-3: Microsoft Redefines Small Language Models (SLMs)

Phi-3: Microsoft Redefines Small Language Models (SLMs)

In the area of artificial intelligence (AI), the quest for smaller yet powerful language models has been an ongoing pursuit. Microsoft has taken a significant leap forward with the introduction of Phi-3. These new models promise to redefine the landscape of Small...

Terraform: Conditional If Variable Does Not Exist (try function)

Terraform: Modules using Git Branch as Source

HashiCorp Terraform empowers DevOps Engineers and SREs to manage cloud resources efficiently. One of its standout features is the Terraform Modules support, allowing users to organize and reuse infrastructure code effectively as reusable modules. While Terraform's...

DevOps Adoption for IT Managers

DevOps Adoption for IT Managers

DevOps is a modern approach to software development and operations that emphasizes collaboration, automation, and continuous improvement. The goal of DevOps is to bring development and operations teams together to improve the speed, quality, and reliability of...

Azure Front Door: CNAME/alias record is not currently detected

Azure Front Door: CNAME/alias record is not currently detected

When configuring a custom domain with Azure Front Door, one common issue that users may encounter is the "CNAME/alias record is not currently detected" message. This can be a confusing and frustrating experience, especially when you're sure you've followed all the...

Exploring .NET Aspire: Building Cloud-Native Apps with Ease

Exploring .NET Aspire: Building Cloud-Native Apps with Ease

In the ever-evolving landscape of cloud-native application development, building scalable, observable, and production-ready distributed systems can be a challenging task. This is where .NET Aspire comes into play. .NET Aspire is an opinionated, cloud-ready stack...

Stay Updated with the latest trend, insights and best practices in Cloud, DevOps and SRE practices!

Don't miss out on the newest trends, insights and best practices in cloud technology, DevOps, and SRE practices. Subscribe to the Build5Nines newsletter for regular updates directly to your inbox; hand written by Chris Pietschmann, Microsoft MVP, HashiCorp Ambassador.

Your email will not be sold or shared with third parties. Your privacy is extremely important to us.

Popular Categories

 

Terraform: Conditional If Variable Does Not Exist (try function)

Terraform: Modules using Git Branch as Source

HashiCorp Terraform empowers DevOps Engineers and SREs to manage cloud resources efficiently. One of its standout features is the Terraform Modules support, allowing users to organize and reuse infrastructure code effectively as reusable modules. While Terraform's...

 

 

Terraform: Conditional If Variable Does Not Exist (try function)

Terraform: How are Data Sources used?

In HashiCorp Terraform, data sources serve as a bridge between the Terraform configuration and external systems or information. Essentially, data sources allow Terraform to query external resources, such as cloud platforms, APIs, databases, or other systems, and use...

 

 

Azure CLI: Check if Blob Exists in Azure Storage

Azure CLI: Check if Blob Exists in Azure Storage

Before we dive into the nitty-gritty details, let's clarify some essential concepts. Azure Storage, a cloud-based storage solution, is organized into a hierarchy of containers, and within these containers, you'll find Blobs. Blobs are objects or files that can be...