ADFS Configuration analysis tool – find all problems with your ADFS
ADFS Configuration analysis tool Here is an excellent ADFS analysis tool: https://adfshelp.microsoft.com/DiagnosticsAnalyzer/Analyze Here is the sample output:
ADFS Configuration analysis tool Here is an excellent ADFS analysis tool: https://adfshelp.microsoft.com/DiagnosticsAnalyzer/Analyze Here is the sample output:
Here some labs and info about how to publish solution based on containers to the Azure Marketplace: https://microsoft.github.io/Mastering-the-Marketplace/container/ https://github.com/Azure/mtm-tech-enablement-labs/blob/main/container/index.md This can be combined with Metered Billing for Azure Managed Applications – publishers can send the metering data to the AMA so meters get submitted by it – using AMA meters auth).
Here is a simple Rest-API call from PowerShell for creating the resource group, using the App Registration: # Set the Azure AD tenant ID, client ID, and client secret $tenantId = “<tenant-id>” $clientId = “<client-id>” $clientSecret = “<client-secret>” # Set the Azure subscription ID, resource group name, and location $subscriptionId = “<subscription-id>” $resourceGroupName = […]
The most wanted feature that you can see during Keynote at Build 2023. SO you can add custom data to gpt-3.5-turbo and than use the chat gpt. Also you see how to configure chat gpt. See step by step – how I build the public ChatGPT than add a Custom Data to answer questions about […]
GitHub Codespaces (Dev environment in your browser) and Copilot X the AI-powered software development. As far Codespaces is quite old and useful, but the GitHub Copilot X as you see needs more investigation… Will be in tests more…. Please remember to add Github Copilot extension to your Visual Studio Code.