DEV Community: Yönet The latest articles on DEV Community by Yönet (@yonet). https://dev.to/yonet https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F140324%2F5fb2d815-3e82-46f7-a323-74e2fd1a5d28.png DEV Community: Yönet https://dev.to/yonet en All you need to know about Azure Applied AI Services Yönet Tue, 21 Sep 2021 20:26:15 +0000 https://dev.to/azure/all-you-need-to-know-about-azure-applied-ai-services-3711 https://dev.to/azure/all-you-need-to-know-about-azure-applied-ai-services-3711 <p><a href="proxy.php?url=https://aka.ms/AzureAppliedAI" rel="noopener noreferrer"><img src="proxy.php?url=https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F13z7sic5rbtdsktih3ke.png" alt="Azure Applied AI Services"></a></p> <p>We have announced <a href="proxy.php?url=https://aka.ms/AzureAppliedAI" rel="noopener noreferrer">Azure Applied AI Services</a> today. I am getting questions from viewers of the Build Session. I want to give you all the asnwers before you ask in FAQs section, all the links you need and say I am here to answer any of your questions.</p> <p><strong>TLDR</strong>: Applied AI Services makes it easier to implement a full AI solution for specific tasks, like digitilazing documents or managing your Video Assets. <a href="proxy.php?url=https://docs.microsoft.com/azure/cognitive-services/?WT.mc_id=aiml-27332-ayyonet" rel="noopener noreferrer">Azure Cognitive Services</a> are the building blocks of Applied AI Services, and are still available for anyone to build anything. Applied AI is task specific services; Cognitive Services are general purpose services. Applied AI Services additionally let's you use your own Machine Learning Models if you want to, Cognitive Services doesn't have that option.</p> <h2> Important links: </h2> <ul> <li>Documentation: <a href="proxy.php?url=https://aka.ms/AzureAppliedAI" rel="noopener noreferrer">aka.ms/AzureAppliedAI</a> </li> <li>Announcement Blog Post: <a href="proxy.php?url=https://aka.ms/Build2021AppliedAI" rel="noopener noreferrer">aka.ms/Build2021AppliedAI</a> </li> <li>Build 2021 AI Session explaining relationship of AI/ML - Cognitive Services - Applied AI: <a href="proxy.php?url=https://aka.ms/BuildOnDemandAI" rel="noopener noreferrer">aka.ms/BuildOnDemandAI</a> </li> </ul> <h2> FAQ: </h2> <ul> <li>Are Applied AI Services new? </li> </ul> <p>Applied AI is a <strong>new category</strong>, but the services are not necessarily new. For example, Form Recognizer, Metrics Advisor have been around and Azure Video Analyzer is merging </p> <ul> <li><p>What are the Applied AI Services?<br> Azure Form Recognizer, Azure Metrics Advisor, Azure Cognitive Search, Azure Bot Service, and Azure Immersive Reader. We are also introducing Azure Video Analyzer, which brings Live Video Analytics and Video Indexer closer together. <br> Who is Applied AI Services are for? <br> Power Platform users, aka citizen developers, through AI Builder.<br> Domain experts through UI, ex: <a href="proxy.php?url=https://fott-preview.azurewebsites.net/" rel="noopener noreferrer">https://fott-preview.azurewebsites.net/</a><br> Form OCR Testing Tool - Microsoft Azure<br> Web site created using create-react-app<br> fott-preview.azurewebsites.net</p></li> <li><p>Any developer willing to work with REST APIs, SDKs.</p></li> <li><p>Machine Learning experts who want to use their own models in containers. </p></li> <li><p>What happened to Cognitive Services?</p></li> </ul> <p><strong>Nothing!</strong> We contunie to develop and develop with Azure Cognitive Services. </p> <p>Feel free to comment below to:</p> <ul> <li>Ask questions</li> <li>Request learning sessions as videos/blog posts</li> <li>Give us your feedback for the product team</li> <li>Most importantly, to brainstorm your content ideas 🤓. </li> </ul> <p>Follow me <a href="proxy.php?url=https://twitter.com/AysSomething" rel="noopener noreferrer">@AysSomething</a> and <a href="proxy.php?url=https://twitter.com/azureadvocates" rel="noopener noreferrer">Azure Advocates</a> on Twitter.</p> azure ai azureappliedai cognitiveservices Everything you need to know to deploy an Azure Static Web App Yönet Fri, 14 May 2021 21:39:44 +0000 https://dev.to/azure/everything-you-need-to-know-to-deploy-an-azure-static-web-app-fm6 https://dev.to/azure/everything-you-need-to-know-to-deploy-an-azure-static-web-app-fm6 <p>With <a href="proxy.php?url=https://azure.microsoft.com/en-us/services/app-service/static/?WT.mc_id=javascript-57623-ayyonet#overview" rel="noopener noreferrer">Azure Static Web Apps</a> you can host your serverless web app, continiously deploy with Github actions and easily integrate with your Azure APIs or add your custom authentications and domains. </p> <p>Sounds too good to be true? Well I would think so if I didn't get to deploy and set up automations with Github Actions, without needing to know anything about actions, in minutes. </p> <p>You can read more about the key <a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/static-web-apps/overview?WT.mc_id=javascript-57623-ayyonet#key-features" rel="noopener noreferrer">Azure Static Web App features</a> or dive right into it. <strong>Seeing is believing</strong>, so here are all the things that you can get started with depending on your preference:</p> <ul> <li>Tutorials</li> <li>How to Guides</li> <li>Code Samples</li> </ul> <h3> Tutorials </h3> <p><a href="proxy.php?url=https://youtu.be/VzML-6DClVU" rel="noopener noreferrer"><img src="proxy.php?url=https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fimg.youtube.com%2Fvi%2FVzML-6DClVU%2F0.jpg" alt="AI Show Live"></a></p> <ul> <li> <a href="proxy.php?url=https://docs.microsoft.com/en-us/learn/paths/azure-static-web-apps/?WT.mc_id=javascript-57623-ayyonet" rel="noopener noreferrer">Azure Learn Modules</a> covering everything from <strong>Angular, React, Svelte, Vue, Gatsby</strong> and plain old <strong>JavaScript</strong> to publishing a <strong>Blazor WebAssembly app and .NET API</strong> </li> <li> <a href="proxy.php?url=https://docs.microsoft.com/azure/static-web-apps/publish-gatsby?WT.mc_id=javascript-57623-ayyonet" rel="noopener noreferrer">Tutorials</a> for working with static site generators to working with databases. </li> </ul> <h3> How to Guides </h3> <p><a href="proxy.php?url=https://youtube.com/playlist?list=PLlrxD0HtieHgMPeBaDQFx9yNuFxx6S1VG" rel="noopener noreferrer"><img src="proxy.php?url=https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fimg.youtube.com%2Fvi%2Fw-tLZjO6XMc%2F0.jpg" alt="Azure Static Web Apps Tips &amp; Tricks Playlist"></a></p> <ul> <li><p><a href="proxy.php?url=https://docs.microsoft.com/azure/static-web-apps/local-development?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">Setup your local development environment</a></p></li> <li><p><a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/static-web-apps/front-end-frameworks?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">Configure your frontend framework of your choice</a></p></li> <li><p><a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/static-web-apps/functions-bring-your-own?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">How to integrate with your Azure Functions</a></p></li> <li><p><a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/static-web-apps/add-mongoose?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">How to use a database with Azure Static Web Apps</a></p></li> <li><p><a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/static-web-apps/custom-domain?tabs=azure-dns&amp;WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">Set up your custom domain</a></p></li> <li><p><a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/static-web-apps/authentication-custom?tabs=aad&amp;WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">How to do custom authentication with Azure Static Web Apps</a></p></li> </ul> <h3> Code Samples </h3> <ul> <li> <a href="proxy.php?url=https://github.com/microsoft/static-web-apps-gallery-code-samples?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">Microsoft code samples</a> with lots of cool projects and for different frameworks and integrations like <a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/azure-functions/?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">Azure Functions</a> or <a href="proxy.php?url=https://docs.microsoft.com/en-us/azure/cognitive-services/?WT.mc_id=javascript-28641-ayyonet" rel="noopener noreferrer">Azure Cognitive Services</a> </li> </ul> <p><a href="proxy.php?url=https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq26kcreul2ecpxvir9xa.png" class="article-body-image-wrapper"><img src="proxy.php?url=https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq26kcreul2ecpxvir9xa.png" alt="PoseDance: A TikTok Trainer App"></a></p> <ul> <li><p><a href="proxy.php?url=https://github.com/microsoft/static-web-apps-gallery-code-samples/blob/master/media/angular-search-experience.gif" rel="noopener noreferrer">Awesome List of Azure Static Web Apps</a></p></li> <li><p>Finally, join us at <a href="proxy.php?url=https://www.microsoft.com/en-us/devrel/cognitiveservices/?WT.mc_id=aiml-28641-ayyonet" rel="noopener noreferrer">AI Show Live</a> to see how we build and deploy with Cognitive Services for <a href="proxy.php?url=https://github.com/aiadvocates/AIPlayground" rel="noopener noreferrer">AI Playground</a>. Ask your questions and let us know the features you want to see on our <a href="proxy.php?url=https://github.com/aiadvocates/AIPlayground/discussions/?WT.mc_id=aiml-8567-ayyonet" rel="noopener noreferrer">Github Discussion</a>.</p></li> </ul> <p><a href="proxy.php?url=https://www.youtube.com/playlist?list=PLlrxD0HtieHinivDFATQd5qyjL6ijKHUF" rel="noopener noreferrer"><img src="proxy.php?url=https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fimg.youtube.com%2Fvi%2FvRNG8BCtTeU%2F0.jpg" alt="AI Show Live"></a></p> <p>Let us know in the comments what you think and what you would like to see as a tutorial, code sample or a video about Azure Static Web Apps.</p> <div class="ltag__tag ltag__tag__id__29"> <div class="ltag__tag__content"> <h2>#<a href="proxy.php?url=https://dev.to/t/git" class="ltag__tag__link">git</a> Follow </h2> <div class="ltag__tag__summary"> Software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. </div> </div> </div> <div class="ltag__tag ltag__tag__id__8"> <div class="ltag__tag__content"> <h2>#<a href="proxy.php?url=https://dev.to/t/webdev" class="ltag__tag__link">webdev</a> Follow </h2> <div class="ltag__tag__summary"> Because the internet... </div> </div> </div> <div class="ltag__tag ltag__tag__id__103269"> <div class="ltag__tag__content"> <h2>#<a href="proxy.php?url=https://dev.to/t/staticwebapps" class="ltag__tag__link">staticwebapps</a> Follow </h2> <div class="ltag__tag__summary"> Azure Static Web Apps (SWA) is a service that automatically builds and deploys full stack web apps to the Azure Cloud - directly from the code repository. With SWA, static assets are separated from traditional web servers, and served from geographically distributed content servers worldwide for speed and efficiency. API endpoints are hosted using a serverless architecture that is cost-efficient and scalable on-demand. </div> </div> </div> staticwebapps azure serverless javascript