From 858dd037d0d299f69c9ffb5950077d28076fc3dc Mon Sep 17 00:00:00 2001 From: Chukwuma Akunyili <56761791+aguluman@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:26:32 +0100 Subject: [PATCH 1/2] Create advent-of-code-ocaml-automation.md Added new blog entry for "Azure Deployment Journey: OCaml Web Application with Dream Framework" in the blog index. --- .../advent-of-code-ocaml-automation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/planet/-individual_external_links/advent-of-code-ocaml-automation.md diff --git a/data/planet/-individual_external_links/advent-of-code-ocaml-automation.md b/data/planet/-individual_external_links/advent-of-code-ocaml-automation.md new file mode 100644 index 0000000000..1107f6db61 --- /dev/null +++ b/data/planet/-individual_external_links/advent-of-code-ocaml-automation.md @@ -0,0 +1,13 @@ +--- +title: "Azure Deployment Journey: OCaml Web Application with Dream Framework" +description: "A comprehensive guide to deploying OCaml applications on Azure App Service using Azure Container Registry - from authentication challenges to production success" +url: https://fearful-odds.rocks/blog/azure-deployment-journey-ocaml-dream/ +date: 2025-08-10 +preview_image: https://fearful-odds.rocks/static/images/azure-ocaml-deployment.png + +authors: + - Chukwuma Akunyili +source: + name: Chukwuma Akunyili + url: https://fearful-odds.rocks +--- From 6aa9a4f3ae54b93f825c63a64cf116964464e74a Mon Sep 17 00:00:00 2001 From: Chukwuma Akunyili <56761791+aguluman@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:28:03 +0100 Subject: [PATCH 2/2] Add azure-deployment-journey-ocaml-dream.md --- ...caml-automation.md => azure-deployment-journey-ocaml-dream.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data/planet/-individual_external_links/{advent-of-code-ocaml-automation.md => azure-deployment-journey-ocaml-dream.md} (100%) diff --git a/data/planet/-individual_external_links/advent-of-code-ocaml-automation.md b/data/planet/-individual_external_links/azure-deployment-journey-ocaml-dream.md similarity index 100% rename from data/planet/-individual_external_links/advent-of-code-ocaml-automation.md rename to data/planet/-individual_external_links/azure-deployment-journey-ocaml-dream.md