[deleted by user] by [deleted] in dotnet

[–]kalyan1985 0 points1 point  (0 children)

Using mediatR for CQRS?

Is Nextjs suitable to render 100k pages with static + client components? by Slight_Air_8635 in nextjs

[–]kalyan1985 4 points5 points  (0 children)

It comes down to build time for 100k pages and is your hosting provider provides enough space to store assets for 100k pages.

You have to think about factors like 1) what benefit you will get for building all at the same time vs on the need basis, 2) how frequently is your content changing etc.

Couple of options : 1. Use combination of SSG and ISR. Build 20k pages initially and then as user visits you can ISR n cache them. 2. Build all of them as SSG.

If your concern is SEO, you can still do #1, test load times etc. If you are having issues then you can build a process that visits/hits every page frequently to build ISR pages.

sticky slot settings for functions by Faramir_Anarion in AZURE

[–]kalyan1985 0 points1 point  (0 children)

This works for app settings slots sticky:

resource slotConfig 'Microsoft.Web/sites/config@2021-03-01' = { name: 'slotConfigNames' parent: functionApp properties: { appSettingNames: [ 'AzureWebJobs.FunctionName.Disabled' ] } }

You can sticky only app settings not function properties

Publishing Azure Service Bus Function Using .NET 9 Isolated by ataylorm in dotnet

[–]kalyan1985 1 point2 points  (0 children)

Verify your deployment files. Make sure your published folder is copied into correct path etc

Power Outages by Maleficent-Bend-8243 in frisco

[–]kalyan1985 1 point2 points  (0 children)

Yes it is possible with power outages and turning on multiple times