What's the difference between SSO and traditional authentication methods? 😃
@startupsuccess521210 күн бұрын
I switched from SQL Server to Cosmos DB and find it much, much cheaper. However, a part of this is that the extreme flexibility of Cosmos also allows you to shoot yourself in the foot if you don't know what you are doing. For example, if you are getting millions of inserts per day of data that is only relevant for a short period of time, you can set the Time To Live on the container or individual item to automatically delete them when they are no longer relevant. You can also move data to a Data Lake or Warehouse for long term archival purposes.
@SrinivasR-b4l10 күн бұрын
Hi, can you answer my doubt…AKS Backup extension is installed on storage account considering aks and storage account should be in same region for backup what happens when storage account gets failover and shifts to another region
@techiegz12 күн бұрын
How can one set this up with PaaS on both ends instead of VMs? On one network is Windows 365 Cloud PCs and on the other VNet is Azure SQL Server.
@jamesbombthelong20 күн бұрын
una sofferenza unica far funzionare sta roba. la documentazione fa discretamente cagare e i tool sono pieni di bug con gestione degli errori ancora oggi ridicola
@jobyit23 күн бұрын
How end users can access VM hosted on Bastion without login into Azure portal? Thanks.
@cruzianfibergeekАй бұрын
I downloaded azure data studio this year. I only see kernel for sql, python and PowerShell. How do I get the other kernels you mention in the video especially pyspark. Thanks
@asp1201Ай бұрын
Thank you both! Great explanation using azure portal practically
@Nau-WIАй бұрын
Love his accent.
@eNKa007Ай бұрын
Well. Sending password to the server is a technology state of early 90. What are you talking about? Don't you know ie. challenge response?
@fahdalawsi2172Ай бұрын
A simple ping would have been enough. good job!
@adekunleolusegunlawal7396Ай бұрын
Wow Stuart, this is the best video i have found on this topic. I really understood it. Thanks a bunch.
@psaklaniАй бұрын
The order of videos for the playlist "Authentication fundamentals: " seems to be incorrect. Watch the playlist in reverse order, i.e: last video in the playlist first! (videos have been uploaded in wrong order in the playlist)
@psaklaniАй бұрын
The order of videos for the playlist "Authentication fundamentals: " seems to be incorrect. Watch the playlist in reverse order, i.e: last video in the playlist first! (videos have been uploaded in wrong order in the playlist)
@psaklaniАй бұрын
The order of videos for the playlist "Authentication fundamentals: " seems to be incorrect. Watch the playlist in reverse order, i.e: last video in the playlist first! (videos have been uploaded in wrong order in the playlist)
@psaklaniАй бұрын
The order of videos for the playlist "Authentication fundamentals: " seems to be incorrect. Watch the playlist in reverse order, i.e: last video in the playlist first! (videos have been uploaded in wrong order in the playlist)
@NickBrown1968Ай бұрын
Not sure I understand the value in this. Is it simply about avoiding CORS issues? So the SWA is effectively proxying the API request? I guess that means you could restrict network access to the API as it would not longer need to have a public endpoint, provided the SWA can access it. And it would fix any CORS issues. Although I'm assuming that a lot of public APIs don't have strict CORS configuration anyway as they intended to be consumed by any application. I guess it helps if your API is supposed to be private and only consumed by a single app. Or am I missing something?
@pwbandwidthАй бұрын
You pretty much hit the nail on the head. It's meant to simplify Auth and CORS. It also simplifies frontend development as you don't need to manage server URLs, you can simply make a call to 'api/endpoint' and your request will be proxied to the same path on the backend. This integrates nicely with services like Front Door and other traffic management solutions to automatically route traffic depending on load and latency.
@surendraaderu6255Ай бұрын
is there a way to configure daily email alert for the avd health and overview..
@maheshshinde4168Ай бұрын
Is Azure verifying if resources getting used or not before billing them? I’ve not used some of resources but was created for testing purposes but I got bill though I have not used them. My subscription was basic pay-as-use.
@simonwoo6838Ай бұрын
Well done!
@domannicetteАй бұрын
Hi. Really good and informative video. Since last year there have been some changes to the agent though. Worth updating a bit the video? Also, how can we get this monitoring information send to us in a proactive way instead of connecting on a daily basis to the dashboard to check if everything is fine? Thanks. :)
@iliblabla2 ай бұрын
Straight to the core! Loved it. Also thanks for the network demo!
@javerikr2 ай бұрын
@MicrosoftAzure
@MeghaKaladhar2 ай бұрын
The vector search code is not working and I don't know the reason why
@tomaszurbaniak14802 ай бұрын
That guy must have had hard time writing backwards all the time xd
@BreuXBranco2 ай бұрын
Fantastic series. Thank you.
@a.w.50972 ай бұрын
Fantastic explanation.
@EvansDiana-d4m2 ай бұрын
Ashlynn Pine
@jgoemat3 ай бұрын
What I hate about Entrata and Microsoft Identity is that it tries too hard and is explained too poorly. I can follow a quickstart TO THE LETTER and have my browser get stuck in a loop. Some errors streaming by in the pages and pages of logs on the console. Don't know what the error is but it recommends enabling PII logging to get more information. Spend an hour trying to do that and the top pages of google results show to call an extension method in my Program.cs called WithLogging, called on what object I don't know. What namespace or assembly that's in I don't know. Can't find it at all and break down and ask a colleague and luckily he ran into it and had some code that sets some static property on a class that wasn't mentioned in any of the pages I found searching for it. See it's having trouble getting a token. Can't figure out why, but now I think it may be in trying to access the microsoft graph api. Looks like that should work, but end up having to grant consent as admin on behalf of my organization just to view '/me'. This is 4 years after this video was posted. A 'quickstart' isn't very useful when you waste 1/2 a day because it just doesn't work and there is nothing telling you why. If I checked all that stuff myself I would know exactly how it works and at exactly what step it failed and be able to easily see why. The problem is there is so much hidden in their simplified calls that I have no idea. Maybe I had a setting wrong in the app? Maybe Entrata isn't configured correctly? Turns out it was something they just completely left out of their requirements. Those 'quickstarts' should be broken into two parts, the part that talks to the graph API shouldn't be in there. The calls should all offer A LOT more detail for when there's a problem too. How hard would it be saying 'Error calling url XXX to acquire token for Microsoft.Graph, application lacks permission required to be consented by admin' or whatever the issue was? My actual guess is that the call should be able to ask for consent because I hadn't forbidden (Admin consent required was false) but that it simply wasn't doing that in an interactive way and throwing the error instead.
@elixer-xes3 ай бұрын
How can we integrate resources from another tenant, as well as those from on-prem?
@parthasarathipanda44923 ай бұрын
wow, Thank you..! such an important and knowledgeable video.
@MicrosoftAzure3 ай бұрын
You're welcome! Be sure to check out other Azure Friday videos for helpful how-tos and more. 💙
@SpencerBernard-k7m3 ай бұрын
Volkman Neck
@yahyakhattab54443 ай бұрын
Good demo, it's just that I hope that the lady will use her natural voice in the future and not be that annoying kind. Speak naturally, like a human being. Thanks anyway for the demo.
@nickstanton96253 ай бұрын
Thanks for the explanation. I am trying to understand the concept of 'IdP Relay'. Is Entra ID/AAD acting as an IdP relay with the on-prem ADFS in this example?
@michou15243 ай бұрын
what about firewall for wp
@Kjetilmann3 ай бұрын
also you should really show setting up connection strings and such. Connecting to datasources is always a pain, and it should be included in tutorials. :) Now there is another thing to learn, which probably could have been shown in 1 minute.
@Kjetilmann3 ай бұрын
So. Did the api automatically get provisioned when he ran swa db init?
@TonyTigerTonyTiger4 ай бұрын
If only 1 IdP existed in the entire world, that would make sense. But how does the webapp know which IdP to send an authentication request to? Alice has not been authenticated yet, so it can't use something like a DB or file to lookup the user Alice to find which IdP to use for authentication. I believe there can be a registration of some kind between a "resource server" (?) and an IdP, but then what if that IdP is not one that Alice is registered with? Does a "resource server" have to register with all known IdPs, and then try them all?
@jonathanfarrell61524 ай бұрын
Firstly no "marketplace" when I log in onto the dashboard.
@PrimephotoStudio4 ай бұрын
Very helpful, thank you for sharing it with us.
@MicrosoftAzure4 ай бұрын
🙌 🤩
@davesabra43204 ай бұрын
late comment to the show but the whole series, in whichever order, was extremely well explained.
@XnndjehdhkNxndjhds4 ай бұрын
Gonzalez Ronald Harris Carol Rodriguez Betty
@Gauzdx4 ай бұрын
I keep getting ‘Missing configurations file’ when I try to link my DB to the web app on the az portal. The file was generated by swa and is correctly placed in the right folder structure. What am I missing in my steps?
@MayureshKadu4 ай бұрын
Really interesting. This led me to a foray into better understanding vectors (in computing), vector space, vector database and ultimately vector search. What fun!
@MicrosoftAzure4 ай бұрын
🙏 🙏 🙏
@Larimuss4 ай бұрын
Please share the notebook! Great video. I'd love to see a more in-depth explanation of the code used and library for azure search.
@Epime-rz6nr4 ай бұрын
What happens when I remote control the car instead, so if the car crashes I just start the next RC. Why would I need airbags then ? :D
@oliverkaunds4 ай бұрын
Can ADFS federate it's login to another IDP i.e. instead of using the creds of AD we end up logging in using creds of the external IDP and then the external IDP and ADFS can do a handshake to certify that the user is valid ? Is this feasible?