Click here to Skip to main content
15,922,696 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCC 'cause it's Sunday Pin
dan!sh 17-Nov-19 20:47
professional dan!sh 17-Nov-19 20:47 
GeneralStudying for my Azure Architect exams (AZ-300 and AZ-301) Pin
Sander Rossel17-Nov-19 1:22
professionalSander Rossel17-Nov-19 1:22 
GeneralRe: Studying for my Azure Architect exams (AZ-300 and AZ-301) PinPopular
RickZeeland17-Nov-19 2:33
mveRickZeeland17-Nov-19 2:33 
GeneralRe: Studying for my Azure Architect exams (AZ-300 and AZ-301) Pin
Mike Hankey17-Nov-19 4:01
mveMike Hankey17-Nov-19 4:01 
GeneralRe: Studying for my Azure Architect exams (AZ-300 and AZ-301) Pin
Sander Rossel17-Nov-19 4:38
professionalSander Rossel17-Nov-19 4:38 
GeneralRe: Studying for my Azure Architect exams (AZ-300 and AZ-301) Pin
Marc Clifton18-Nov-19 2:06
mvaMarc Clifton18-Nov-19 2:06 
GeneralRe: Studying for my Azure Architect exams (AZ-300 and AZ-301) Pin
Nelek18-Nov-19 2:28
protectorNelek18-Nov-19 2:28 
GeneralRe: Studying for my Azure Architect exams (AZ-300 and AZ-301) Pin
Sander Rossel18-Nov-19 2:53
professionalSander Rossel18-Nov-19 2:53 
As I understand it, Event Grid is used to handle Azure events.
These events can be passed on to Functions, Logic Apps, put on a Service Bus queue, or a variety of other handlers.
So why not use a Logic App or Function directly?
I really don't know (well, other than that they can't handle Azure events directly) Laugh | :laugh:
I guess it's another layer of abstraction that's necessary for abstract reasons.
The example you have can be handled directly by an Azure Functions, so I'm not sure why you'd use Event Grid there Unsure | :~

Event Hub is for receiving events from (IoT) devices and is built to handle 100s or 1000s of events per second.

Notification Hub is for sending out notifications to phones and tablets.

Service Bus is a simple queue or topic.

SendGrid is an SMTP client that can handle events (I think).

Now I've gone and answered anyway Big Grin | :-D

I've also figured out the difference between Traffic Manager, Load Balancer and Application Gateway.
A Traffic Manager takes clients to the geographically closest server to reduce latency.
A Load Balancer is just that, a load balancer, which handles traffic on the transport layer (layer 4) of the OSI model, which means it can handle any protocol, and just divides the load between servers in the back-end pool.
The Application Gateway uses the application layer (layer 7), which means it handles only HTTP(S) requests, but it can inspect the URL (for example, send URLs with /image/ to a specific server) and do some other smart things.

The firewalls are still on my todo list.
The Web Application Firewall (WAF) is part of the Application Gateway, but this is a regional firewall.
There's also a global WAF, but this is part of Azure Front Door.
I can't really figure out what a Next Generation Firewall is (you can't create one in Azure), other than the latest version of the Azure Firewall.
Also, SQL Server resources have an integrated firewall, are these WAFs? NGFWs? Local? Global?

It bothers me that all these exams are like 50-75% IaaS, while PaaS is so much more cloudy and easier Dead | X|

GeneralThere are times when I like multiples in purchases, but ... Pin
OriginalGriff16-Nov-19 6:01
mveOriginalGriff16-Nov-19 6:01 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
honey the codewitch16-Nov-19 9:03
mvahoney the codewitch16-Nov-19 9:03 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
OriginalGriff16-Nov-19 9:38
mveOriginalGriff16-Nov-19 9:38 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
glennPattonWork317-Nov-19 21:20
professionalglennPattonWork317-Nov-19 21:20 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
OriginalGriff17-Nov-19 21:35
mveOriginalGriff17-Nov-19 21:35 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
Mike Hankey16-Nov-19 9:10
mveMike Hankey16-Nov-19 9:10 
AnswerRe: There are times when I like multiples in purchases, but ... Pin
lopatir16-Nov-19 17:17
lopatir16-Nov-19 17:17 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
Mike Hankey17-Nov-19 0:43
mveMike Hankey17-Nov-19 0:43 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
Eddy Vluggen16-Nov-19 12:13
professionalEddy Vluggen16-Nov-19 12:13 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
DRHuff16-Nov-19 12:30
DRHuff16-Nov-19 12:30 
AnswerRe: There are times when I like multiples in purchases, but ... Pin
lopatir16-Nov-19 17:22
lopatir16-Nov-19 17:22 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
Nelek17-Nov-19 10:35
protectorNelek17-Nov-19 10:35 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
Sander Rossel16-Nov-19 23:53
professionalSander Rossel16-Nov-19 23:53 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
OriginalGriff17-Nov-19 0:06
mveOriginalGriff17-Nov-19 0:06 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
CodeWraith17-Nov-19 23:25
CodeWraith17-Nov-19 23:25 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
OriginalGriff17-Nov-19 23:34
mveOriginalGriff17-Nov-19 23:34 
GeneralRe: There are times when I like multiples in purchases, but ... Pin
CodeWraith17-Nov-19 23:56
CodeWraith17-Nov-19 23:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.