Azure DDoS (Distributed Denial of Service) protection is a security feature offered by Microsoft Azure to protect websites and applications hosted on the Azure platform from DDoS attacks. DDoS attacks are a type of cyber attack in which the attacker attempts to overwhelm a website or application with traffic from…
Author: Tadakamalla
Azure Cognitive Services: Implementing Computer Vision in Azure using Python
Microsoft Azure Cognitive Services is a collection of cloud-based services that enables developers to add various AI and machine learning capabilities to their applications. These capabilities include image and facial recognition, speech and language understanding, and knowledge mining, among others. With Azure Cognitive Services, developers can build applications that can…
Azure Shared Access Signatures for Storage Accounts
Shared Access Signatures (SAS) are universal resource identifiers that are used to provide restricted storage resource access on your Azure account to clients. By using SAS, your clients can gain access to your resources for a specified amount of time. In general, Shared Access Signatures are provided to clients that…