cloud-design-patterns icon indicating copy to clipboard operation
cloud-design-patterns copied to clipboard

Sample implementations for cloud design patterns found in the Azure Architecture Center.

Results 34 cloud-design-patterns issues
Sort by recently updated
recently updated
newest added

Running into the following error using the sample-1 script. How to get around it? $az eventgrid event-subscription create --name "function" --included-event-types "Microsoft.Storage.BlobCreated" --endpoint "https://${PREFIX}functionapp.azurewebsites.net/api/ClaimCheck" --endpoint-type "webhook" --source-resource-id "${SID}" -o json...

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.10.0 to 12.13.0. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f [AzureMonitorExporter] Split Integration.Tests project (#29703) ad4d05e fix test construction (#29700) 4586797 Fix null errors...

dependencies
.NET

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.10.0 to 12.13.0. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f [AzureMonitorExporter] Split Integration.Tests project (#29703) ad4d05e fix test construction (#29700) 4586797 Fix null errors...

dependencies
.NET

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.1.0 to 12.13.0. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f [AzureMonitorExporter] Split Integration.Tests project (#29703) ad4d05e fix test construction (#29700) 4586797 Fix null errors...

dependencies
.NET

Hi, I ran the `./sample-1-azure-setup.sh uniqname` (I changed the location to francecentral) It created some resources as fllows ![image](https://github.com/mspnp/cloud-design-patterns/assets/8447864/d316f75c-e5e5-4239-b680-5d72a139d6f5) but errored as follows > create: functionapp checkgccfunctionapp > WARNING: No...

Update to .NET 8.0 Updated README

Complete update of all the samples in this folder to align with the updates to the corresponding article in AAC. - Upgraded to .NET 8.0, and incorporated the use of...

choreography * nothing to do, not code claim-check * changed rg-name leader-election * nothing to do, run locally pipes-and-filters * changed rg-name priority-queue * currently open a PR sharding *...

Net8 and azure function to isolated-model Using locations as part of the rg name Update readme file

- remove old code - add bicep to deploy Azure storage account - add static content - add devcontainer - add instructions to deploy content to a static website enabled...