MoqMocking Azure.Data.AppConfiguration.ConfigurationClient using MoqIntroduction When working with Azure’s App Configuration service in .NET, it’s common to use the class to interact with our configuration…
PulumiManaging Identity and Role Assignments in Pulumi with C#TLDR If you need to rename role assignment, rename identity too. Otherwise deployment will fail with role already exists error as Pulumi…
DockerLeveraging ephemeral image registry ttl.sh using Azure PipelinesIntroduction When it comes to testing Docker images, having a reliable platform to quickly spin up containers for testing purposes can be…
PulumiSimplifying Resource Management With Parent Option in PulumiIntroduction In the world of infrastructure as code (IaC), managing dependencies and relationships between resources is crucial for…
DevOpsResolving NU1301 when using Azure ArtifactsUnderstanding the NU1301 Error Before we delve into the solution, let’s briefly understand what the NU1301 error signifies. This error…
AndroidUnity Android - Resolve APK Failed to InstallAs a newcomer to the world of Android development and Unity, encountering errors can be a daunting experience. One common stumbling block…