Microsoft 365 Developer Podcast – AI & Cognitive Services with Prashant G Bhoyar

Prashant G Bhoyer sits down with Paul to answer questions about the AI offerings in Azure and how they are used in M365 and how they can be used by developers.

Listen to the show here:  AI & Cognitive Services with Prashant G Bhoyar (m365devp… Continue reading Microsoft 365 Developer Podcast – AI & Cognitive Services with Prashant G Bhoyar

Synapse serverless shared database and tables access for non sysadmins

With Synapse workspaces, you can create tables in the managed spark clusters within the workspace. As a native feature of the product, these tables are synchronously replicated to the managed SQL serverless endpoint within the same workspace.
 
Th… Continue reading Synapse serverless shared database and tables access for non sysadmins

What’s new: Azure Sentinel new onboarding/offboarding API

Introduction 
Azure Sentinel is a nested resource on top of a Log Analytics workspace, which introduces some complexity in managing the Azure Sentinel resource on its own. Up until now, onboarding to Azure Sentinel required performing multiple API… Continue reading What’s new: Azure Sentinel new onboarding/offboarding API

How to clone a private git repository from Azure App Service Kudu console

In azure app service Kudu console,  it is easy to clone a public git repository using “git clone” command,  when it comes to private repository,   you may find the same “git clone” command is stuck at “Cloning” step and isn’t workin… Continue reading How to clone a private git repository from Azure App Service Kudu console