【LUIS】在 10 分鐘內創造您的第一個 LUIS APP
此 Quickstart 可以在短短的幾分鐘內幫助您創建您的第一個語言理解智能服務(LUIS)應用程序。完成後,您將有一個 LUIS 終端在雲端運行。在範例中,您將創建一個旅遊應用程序,可幫助您預訂航班,並檢查目的地的天氣。“how-to” 是指這個應用程序,並建立在它上面。 在開始之前 為了使用 Microsoft Cognitive Service APIs,您需先在 Azure...
View Article【.NET Core】.NET Core 從入門到反向
.NET 系列 .NET 以下各式各樣的變種,這裡簡單介紹一下 .NET Core 這是這次主要要介紹的重點。 主要特點是能跨平台,但是不支援一些 GUI 的介面,適合拿來做 CLI 介面或是網路等無介面的應用。 .NET Framework 主要是用來開發 Windows PC 上面的應用程式,但是跨平台能力較差,但是可以開發出各式各樣 PC 上面的應用程式。 支援使用多種語言,如...
View ArticleThe Keys to Effective Data Science Projects – Part 10: Project Close-Out with...
Data Science projects have a lot in common with other IT projects in general, and with Business Intelligence in particular. There are differences, however, and I’ve covered those for you here in this...
View ArticleWhat’s New for Dynamics 365 Resource Scheduling Optimization v1.5.17284.2...
Applies to: Dynamics 365 Organization July Update with Project Service Automation and/or Field Service Solution With the goal of continuously improving quality, performance, usability, and responding...
View ArticleGetting started with Java Azure Function Apps
Introduction I had a great opportunity to work with a partner to pilot the use of Java Azure Functions for a Java based PDF report generator. I'm more of a C#/.NET, C++, and Python dev and my partner...
View ArticleANNOUNCING: Dynamics 365 DevOps on GitHub
I’ve recently switched back to focusing on Dynamics 365 after some time focusing on Azure again. Back to the future. My team and I have been working on an effort to move all of our Dynamics 365 (and...
View ArticleAzure AD and Group-based authorization
"Hello World!" In my previous post I talked about how to use Azure AD to secure an Asp.Net Core web API project. If we want to go further than just protect our web API, we can use groups to further...
View ArticleA small step for man kind but a giant leap for us! (aka NAV on Docker)
Some months ago, a colleague tried to convince me that Docker was the new black and I really had to look at that. Today, we have started deploying Official Microsoft Docker Images to the Docker Hub -...
View ArticleLittle Law of Queuing Theory and How It Impacts Load Testers
Load testing is all about queuing, and servicing the queues. The main goals in our tests are parts of the formula itself. For Example: the response times for a test is equivalent to service times of a...
View ArticleExperiencing Data Access Issue in Azure Portal for Many Data Types – 10/27 –...
Final Update: Friday, 27 October 2017 14:32 UTCWe've confirmed that all systems are back to normal with no customer impact as of 10/27, 02:04 UTC. Our logs show the incident started on 10/27, 12:55...
View ArticlePosting messages to the Graph API from Microsoft Flow
I needed to POST a message to Microsoft's Graph API in order to find meeting slots in a calendar within my organisation. I wanted this wrapped in an API so that I could call it from Cortana. Read my...
View ArticleFinding free time in Office 365 via REST
Here is a two step tutorial of how you can find time in Office 365 calendars via REST...
View ArticleCreating a custom service endpoint
Overview “Service endpoints - Customization” blog details how a custom endpoint can be registered with TFS/VSTS. This blog explains how a new endpoint for the custom endpoint type can be created taking...
View ArticleOffice 365 Message Center to Planner: PowerShell walk-though–Part 1
*** Update 10/28/2017 - made code correction mentioned below - setting and using an environment variable for my tenantId $uri = "https://manage.office.com/api/v1.0/" + $env:tenantId +...
View ArticleRun PHP Webjob on Azure App Service (Windows)
When you deploy a webjob to run PHP program, there are few items to verify and help to understand the PHP runtime for webjobs. 1. How to create a PHP webjob - Execute a .php file - Create batch to...
View ArticleConverting PCL (Portable Class Libraries) to .NET Standard Class Libraries
In Part 1 of this 3 part series, App Dev Manager, Herald Gjura discusses converting PCL (Portable Class Libraries) to .NET Standard Class Libraries. Overview I have been working for this client for...
View ArticleC++ coroutine tutorial
I’ve been experimenting with coroutines recently and I found that information on C++ coroutines are very difficult to find. I’m planning to write a series of C++ coroutine blogs on how to use C++...
View ArticleAzure VMs – Active Directory members and getting time sync (ntp) right
I've recently had this question asked of me multiple times recently. "If a VM in Azure is a member of a Domain, where does it get its time from, Azure (time.microsoft.com) or the NTP source set by AD?"...
View ArticleMy experiment and observation on Service Fabric Communication Stacks
This post is provided by Senior App Dev Manager, Vishal Saroopchand who asks the question, “How do you decide what Communications Stack to use in your Service Fabric applications?” How do you decide...
View Article