Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed May 5, 2024
1 parent e944bee commit 6ff4c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Blog/order-fulfillment.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: As the final step in my series on adding photo galleries to my site
---

In the previous articles in this series, I covered how I [added photo galleries to my site](/blog/adding-photo-galleries), and then [how I enabled a feature to buy the original digital photo](/blog/adding-e-commerce-to-my-galleries). The last piece (for now at least) is how I automate delivery of those high-resolution images, so that everything *should* just happen without any manual steps.
There might be a better way to handle this, but after reading even more pages on <docs.stripe.com>, I decided to create a system using three [Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview?pivots=programming-language-csharp).
There might be a better way to handle this, but after reading even more pages on [Stripe Docs](https://docs.stripe.com), I decided to create a system using three [Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview?pivots=programming-language-csharp).

![Diagram of the steps in my 3 Azure Functions, also described in the following paragraph](/images/photo-gallery/azure-function-diagram.png)

Expand Down

0 comments on commit 6ff4c90

Please sign in to comment.