How to Copy Azure Storage Account Files with AzCopy and Azure AD Credentials

In the last couple of weeks, you might have seen that I wrote a couple of blog posts on how you to manage Azure Blob Storage with AzCopy. Including how you can upload files to Azure Blob Storage container with PowerShell, sync files to Azure Blob stora… Continue reading How to Copy Azure Storage Account Files with AzCopy and Azure AD Credentials

New capabilities in Stream Analytics reduce development time for big data apps

Azure Stream Analytics is a fully managed PaaS offering that enables real-time analytics and complex event processing on fast moving data streams. Thanks to zero-code integration with over 15 Azure services, developers and data engineers can easily build complex pipelines for hot-path analytics within a few minutes.

The post New capabilities in Stream Analytics reduce development time for big data apps appeared first on Cloud Perspectives Blog.

Continue reading New capabilities in Stream Analytics reduce development time for big data apps

Make a great first impression with your virtual agent

On the Dynamics 365 Virtual Agent for Customer Service team, weve been wondering: what is the best greeting message to begin the conversation with a virtual agent? We ran some experiments to find out.

The post Make a great first impression with your virtual agent appeared first on Dynamics 365 Blog.

The post Make a great first impression with your virtual agent appeared first on Cloud Perspectives Blog.

Continue reading Make a great first impression with your virtual agent

Demystifying containers, Docker, and Kubernetes

Modern application infrastructure is being transformed by containers. The question is: How do you get started? Understanding what problems containers, Docker, and Kubernetes solve is essential if you want to build modern cloud-native apps or if you want to modernize your existing legacy applications. In this post, well go through what they are and how

Read more

The post Demystifying containers, Docker, and Kubernetes appeared first on Open Source blog.

The post Demystifying containers, Docker, and Kubernetes appeared first on Cloud Perspectives Blog.

Continue reading Demystifying containers, Docker, and Kubernetes

“Object doesn’t support property or method ‘find'” error when using Microsoft Bot WebChat in IE11

For old browser, such as IE 11. We will need to use
https://cdn.botframework.com/botframework-webchat/latest/botchat-es5.js
Instead of
<script src=”https://cdn.botframework.com/botframework-webchat/latest/botchat…. Continue reading “Object doesn’t support property or method ‘find’” error when using Microsoft Bot WebChat in IE11

Microsoft Bot WebChat window / font not matching well in iPhone/iPad/Android phone

To resolve the problem Microsoft Bot WebChat window / font not matching well in iPhone/iPad/Android phone, we need to add the following meta tag in the web page that hosts the WebChat.
 
  <meta name=”viewport” content=”width=device-w… Continue reading Microsoft Bot WebChat window / font not matching well in iPhone/iPad/Android phone

Help! My Powershell script isn’t working! Can you fix it?

Hello AskPerf blog, Travis Gradert here from Microsoft Customer Services and Support. I handle quite a number of Powershell cases for our support team, and have noticed that we get a lot of cases where customers are asking for help with things that we … Continue reading Help! My Powershell script isn’t working! Can you fix it?