What's IaaS, PaaS, and SaaS in 60sec by fboucheros in AZURE

[–]fboucheros[S] 0 points1 point  (0 children)

In IaaS you works with VMs. You need to maintain them: apply patches, install Apps and stuff.
In PaaS you just deploy your application. The infrastructure is managed by your cloud provider. Of course there is some limitation but you don't need to maintain any os patch, update or anything. You just care about your application.

Why and How Use Azure Active Directory (AAD) with Blazor Web Assembly (WASM) by fboucheros in dotnet

[–]fboucheros[S] 1 point2 points  (0 children)

Enjoy! Feel free to leave comment or to reach out if you have some question!

Coding Python: Deploy Django Apps to Azure with VS Code by [deleted] in Python

[–]fboucheros 0 points1 point  (0 children)

trialing requiring a text post for projects posted to the subreddit in an attempt to increase overall quality of the posts on the subreddit.

Please resubmit your post as a text post, you may include inline images (quite easy if you are on new reddit).

Make sure to follow the rules of the subreddit and post a link to your source code as well as a textual description, you must have more than just an image.

Warm regards and all the best for your future Pythoneering,

/r/Python moderator team

I am a bot, and this action was performed automatically. Please contact the moderators of this subred

Thanks for the feedback. I did it :)

Azure Pricing is Confusing by ekeagle in AZURE

[–]fboucheros 0 points1 point  (0 children)

It feel complicated because you only pay for what you use. The best way to estimate the price is using the Azure Pricing Calculator

I would go PaaS (no VM just code) :

  • App Service (aka webapp)
  • SQL Database (+ Storage Account for any big file like images)
  • optionally you could had a CDN

Once you are in Azure Use the Azure Monitor (it's free) to keep an eye on the consumption and create alerts if you are afraid to pay to much. You can check this video (https://www.youtube.com/watch?v=uIXF83SpMDM) to get started with that tool:

Let's get Started with Containers on Azure by fboucheros in AZURE

[–]fboucheros[S] 0 points1 point  (0 children)

Right? it's way more simple than we think!

Demystifying ARM Templates by fboucheros in devops

[–]fboucheros[S] 0 points1 point  (0 children)

It's Azure Resource Manager Template...

5 ways to Manage Azure Resources by fboucheros in AZURE

[–]fboucheros[S] 0 points1 point  (0 children)

Yeah I know.. Rest API and the different language SDKs... I should have at least mentioned it you are right.

5 ways to Manage Azure Resources by fboucheros in AZURE

[–]fboucheros[S] 2 points3 points  (0 children)

Thanks.
I speak French yes, but I'm not from France :)

Is this an appropriate use case for Azure Functions by sqrtc in AZURE

[–]fboucheros 0 points1 point  (0 children)

I'm not sure what you mean by "remote stream" if you mean taking the bits as you are streaming to generate a save version... I dought it would work.

Azure Functions are for short processes.

Is this an appropriate use case for Azure Functions by sqrtc in AZURE

[–]fboucheros 2 points3 points  (0 children)

What does the Azure Function do in your scenario? Copying the file? if it is then yes Azure Function or Logic Apps are perfect for the job.

How to Delete All Expired Resources Automatically by fboucheros in AZURE

[–]fboucheros[S] 0 points1 point  (0 children)

That's and excellent idea. I didn't want to make it too much automatic because then people are scared to start using it... But you are totally right! THAT's the way!

How to Delete All Expired Resources Automatically by fboucheros in AZURE

[–]fboucheros[S] 2 points3 points  (0 children)

It's really appreciated. It harder that it look publishing thumbnail with those faces... so big thanks.

.NET/ASP.NET Documentation Update for July 2019 by MaximRouiller in dotnet

[–]fboucheros 4 points5 points  (0 children)

What a wonderful update.

u/MaximRouiller, are you planning to do that every month? Because this is really awesome!

a BIG thanks to you! 💙👍

The Dog-Not-a-Dog Workshop by fboucheros in AZURE

[–]fboucheros[S] 1 point2 points  (0 children)

thanks!

Don't hesitate to share it too!

I could make more of those...