AI Wisdom

Tag

iac

10 articles tagged with “iac

AIAI-SearchAPI-gatewayASP.NET-CoreAzure-APIMAzure-OpenAICIClaudeCoTCopilotCosmos-DBCursorDORAEvent-GridGPTGemmaGitFlowGitHubHPAICLJSONJSON-modeLLMLLM-securityMCPMistralModel-Context-ProtocolOIDCOmitPartialPhiPickPineconeQdrantRAGReActRecordSDKSLISLMSLOSemantic-KernelService-BusWindsurfa-staragentsaggregationaiai-gatewayaksalertingalgorithmsapi-designapi-gatewayapi-versioningapimapp-routerapp-serviceappsecarchitecturearm-templatesaspnet-coreaspnetcoreasyncauditauthenticationauthorizationautomationazureazure-front-doorazure-functionsazure-openaiazure-policyazure-storagebddbenchmarksbest-practicesbfsbicepbinary-searchbranchingbstcache-componentscachingcap-theoremchain-of-thoughtchatbotci-cdci-optimizationcicdclean-architecturecloudcloud-securitycloudeventscode-reviewcoding-agentscomparisoncompliancecomposeconcurrencyconcurrent-renderingconditional-typesconsistencyconsistent-hashingconstraintsconsumer-drivencontainerscontextcontract-testingcosmos-dbcost-controlcost-optimizationcoveragecqrscsharpcvecypressdapperdastdata-fetchingdatabasesdataloaderddddecision-frameworkdependency-injectiondependency-scanningdeployment-slotsdeploymentsdeprecationdesign-patternsdevopsdfsdijkstradiscriminated-unionsdistributivedockerdocumentationdotnetdotnet-9drift-detectiondynamic-programminge2e-testingef-coreef-core-9embeddingsengineeringenvironmentserror-budgetevaluationevent-drivenevent-gridevent-hubseventingexamplesfeature-flagsfederationfew-shotfiberfine-tuningflaky-testsflex-consumptionfrontendfunction-callinggenericsgitgithub-actionsgolden-signalsgpt-4ographgraphqlgrpchclhealth-checksheaphookshotchocolatehttphttp2http3hybridcacheiacidempotencyidentityin-context-learningindexesinferinferenceinfrastructureintegrationintegration-testingintrosortisolationjailbreakjestjoinsjotaijsonbjwtk8skey-remappingkey-vaultkiotaknapsackknowledge-basekuberneteslanguagelegacy-codelinqload-balancinglower-boundmanaged-identitymapped-typesmaterialized-viewsmemoizationmemorymergemessage-queuemessagingmetricsmicroservicesminimal-apismockingmocksmodel-routingmodulesmongodbmonitoringmswmulti-agentmulti-stage-buildsmulti-tenantmvccnarrowingnetwork-securitynextjs-16normalizationnosqloauthoauth2observabilityoidcopaopenapiorchestrationoutput-formatowasppaaspactpactflowpage-objectsparsingpartitioningperformancepersonal-AIpgvectorpineconepipelineplanningplaywrightpluginspolicy-as-codepollypostgresqlproductionprompt-designprompt-engineeringprompt-injectionprotobufpulumipythonqualityquality-gatesquantizationqueuesragrate-limitingreactreact-19react-compilerreact-internalsreact-queryreact-server-componentsrealtimereasoningrecursionrecursive-typesred-blackred-green-refactorred-teamingredisregression-testingrelease-managementresource-limitsrestreusable-workflowsrlsrolling-updatesruntime-safetysaga-patternsastsbomscaleschemaschema-designsdlcsecrets-managementsecuritysecurity-testingself-consistencyserializableserver-actionsserverlessservice-busshardingshortest-pathsignalrsnapshot-testingsoftware-designsortingspiessqlstabilitystate-managementstreamsstridestructured-outputstubssupertestsupply-chainsystem-designtail-calltanstack-querytask-framingtddtemplate-literalsterraformtest-architecturetest-doublestest-pyramidtestcontainerstestingtesting-patternstesting-strategythreat-modelingtoken-buckettoken-economicstokenstool-callingtool-usetopological-sorttransactionstreestrietrunk-basedtype-guardstype-predicatestype-systemtype-transformstypescriptunit-testingutility-typesvalidationvalkeyvaultvector-dbvector-searchversion-controlvisual-regressionvitestvulnerabilitiesweaviateweb-apiweb-securitywebsocketswindow-functionswiremockworkload-identityworkspacesxunityarpzero-shotzero-trustzodzustand
Infrastructure as Code
ARM Templates: Azure's Native Infrastructure as Code

ARM Templates: Azure's Native Infrastructure as Code

Intermediate

ARM template structure, parameters, variables, outputs, dependsOn, Template Specs, and when to migrate to Bicep.

12 min
Read →
Infrastructure as Code
Bicep Modules: Composable Azure Infrastructure

Bicep Modules: Composable Azure Infrastructure

Intermediate

Bicep syntax, modules, parameters, outputs, decorators, and the Bicep Registry for reusable infrastructure.

13 min
Read →
Infrastructure as Code
IaC Drift Detection: Keeping Infrastructure in Sync

IaC Drift Detection: Keeping Infrastructure in Sync

Intermediate

Terraform plan for drift detection, Azure Policy compliance, drift remediation strategies, and automated drift alerting.

11 min
Read →
Infrastructure as Code
Policy as Code: Guardrails for Your Infrastructure

Policy as Code: Guardrails for Your Infrastructure

Intermediate

Azure Policy, OPA/Rego, Sentinel, and Checkov — enforce compliance, security, and cost rules as code in your IaC pipeline.

12 min
Read →
Infrastructure as Code
Pulumi with Python: Infrastructure as Real Code

Pulumi with Python: Infrastructure as Real Code

Intermediate

Pulumi Python SDK — stacks, resources, config, secrets, outputs, and ComponentResource for reusable infrastructure.

13 min
Read →
Infrastructure as Code
Pulumi with TypeScript: Type-Safe Infrastructure

Pulumi with TypeScript: Type-Safe Infrastructure

Intermediate

Pulumi TypeScript SDK — type-safe resources, async outputs, stack references, and testing infrastructure with Jest.

13 min
Read →
Infrastructure as Code
Secrets Management in IaC: No More Hardcoded Credentials

Secrets Management in IaC: No More Hardcoded Credentials

Intermediate

Azure Key Vault integration, Terraform sensitive variables, Pulumi secrets, and CI/CD secret injection patterns.

11 min
Read →
Infrastructure as Code
Terraform State Management: Remote Backends and Locking

Terraform State Management: Remote Backends and Locking

Intermediate

Remote state backends (Azure Storage, S3, Terraform Cloud), state locking, state import, and disaster recovery for state files.

12 min
Read →
Infrastructure as Code
Terraform Modules: Reusable Infrastructure Patterns

Terraform Modules: Reusable Infrastructure Patterns

Intermediate

Module composition, input variables, output values, module sources, versioning, and the Terraform Registry.

13 min
Read →
Infrastructure as Code
Terraform Workspaces: Multi-Environment Infrastructure

Terraform Workspaces: Multi-Environment Infrastructure

Intermediate

Terraform workspaces vs separate state files, workspace-based environment promotion, and when to use workspaces vs directory-per-env.

11 min
Read →