Browse by Tags

Tagged Content List
  • Wiki Page: Xamarin + Azure: Intelligent Apps (Part 4)

    Table of Contents Scope Introduction Text Analytics API Implementation Demo Conclusion References Scope The article shown below follows my presentation and demo at Xamarin Dev Days in Mauritius. The article demonstrates how to get started with Azure mobile apps and the benefits of the powers...
  • Wiki Page: Azure Machine Learning: Developing a Recommender Solution

    Table of Contents Introduction Scope Designing the Experiment 1. Add the dataset 2. Exclude the columns that shall not be needed 3. Split the data 4. Add the Train Matchbox Recommender 5. Add the Score Matchbox Recommender 6. Add the Evaluate Recommender 7. Add the IMDB Movie Title Sample 8. Add the...
  • Wiki Page: Understanding Azure Tables comparing with Relational SQL Tables (on-premise/SQL Azure)

    Table of Contents Background A comparison of Relational SQL Table and Azure Storage Table Azure Storage Table Concept Understanding Entity Understanding Properties by example Partitions Key things to remember Background Windows Azure Storage is a storage option provide by Windows Azure. Using this...
  • Wiki Page: How to use Worker Cache Role in Azure

    Table of Contents Create Solution with Cache Role Installing cache Client components This article describes how to create ASP.NET MVC application as a WebRole and to speed it up by using CacheRole introduced in Windows Azure Platform release 1.7 (also called Spring Release [2012]). The way how the...
  • Wiki Page: Testing Applications in Azure

    Table of Contents Test On-Premise Code Coverage Test Early In-Cloud Test Scenarios specific to Cloud Automate Deployment Continuous Integration In-Cloud Performance Testing SQL Azure Performance Tuning Test On-Premise Most but not all of the functional testing can be done on-premise running...
  • Wiki Page: Deploy Windows Azure SQL Reporting on an On-Premise SQL Server Reporting Service

    There is a bug in Windows Azure SQL Reporting Services CTP where reports that take longer than one minute to execute are being killed by Windows Azure as "idle connections", see http://social.msdn.microsoft.com/Forums/en-US/ssdsgetstarted/thread/9d43af1a-0100-4f4c-9166-9702776d0d43/ ...
  • Wiki Page: Code Coverage for Azure Services

    Overview: This document describes how to perform code coverage of Azure services by running them on dev fabric. It first describes the issues faced and then the methodology using which code coverage was obtained for Azure services. Issues faced: Code coverage for Azure services could not be...
  • Wiki Page: How to upload your website to Azure using Visual Studio Code + Git

    How to upload your website on Microsoft Azure using local Git repository. It is subject of this blog post tutorial. I will demonstrate how to do it using Visual Studio Code and Git source control As we know Visual Studio Code he does not have implemented publish to Azure functionality, but VS Code...
  • Wiki Page: Azure Deployment Slots

    Microsoft Azure provides a cool deployment feature "Azure Deployment Slots". Think of this feature as card layers of a web app, where we swap them until our application moves to the Final Production . Using this "Deployment Slots" feature, we save a lot of time and make and run...
  • Wiki Page: Microsoft Azure : Installing Service Bus Server 1.0

    In July 2012 Microsoft has for the first time published a piece of Windows Azure which is installable locally (On-Premise). It is Service Bus (currentlly in Version 1 - BETA) which is slightly adapted version of Windows Azure Service Bus. If you are aware of this product this post will help you to...
  • Wiki Page: Azure Service Bus Queue and PHP

    This article describes how to put a message in the Azure Service Bus Queue with PHP. To put a message in the queue you need to create an SAS Token. This SAS Token is needed to authorize the Azure Service Bus. <?php // Create SAS token function CreateSASToken() { $namespace...
  • Wiki Page: SQL Server 2016 Polybase: How to Query Unstructured Data

    Table of Contents Scope Pre-Requisites Introduction Installing PolyBase Configure PolyBase to connect with an existing Big Data Solution Example: Analyzing Application Logs Conclusion References Scope The following article demonstrates how unstructured data and relational data can be queried, joined...
  • Wiki Page: Xamarin + Azure: Extend the Sample App (Part 2/4)

    Table of Contents Scope Introduction Modifying the Cloud Back End Adding the Data Object Adding the controller Modifying the Client App Conclusion Scope The following article covers a presentation and demo at Xamarin Dev Days in Mauritius. The article demonstrates how to get started with Azure...
  • Wiki Page: יצירת תפקיד (הרשאות) מותאם אישית בעזרת Azure RBAC (he-IL)

    What is Azure RBAC and how to create your own role. Azure RBAC (Role-Based Access Control) is access control management for azure portal. פתרון Azure RBAC מאפשר לתת הרשאות באופן פרטני לאובייקטים מסוימים ובכך להגביל את הגישה של המשתמשים לפי הצרכים והדרישות שלהם. הגבלת ההרשאות לסביבת Azure...
  • Wiki Page: Office 365 Roles

    As we know that if we try to change the role of a user through office portal we will get the following options, But if you check the details of the roles available through PowerShell (Azure Active Directory PowerShell) command, Get-MsolRole | Format-Table ObjectId, Name | clip ...
  • Wiki Page: Azure Logic Apps: Tips and Tricks about the “new” Logic Apps Designer

    Table of Contents Introduction Adding actions (tiles or shapes) … Deleting actions (tiles or shapes) … Moving actions (tiles or shapes) … Dealing with dependencies Moving actions inside conditions References See Also Other languages Introduction If you are following Logic Apps since its beginning...
  • Wiki Page: Secure Logic App endpoint with API Management

    Table of Contents Introduction Solution Design Prerequisite Azure API Management Publisher Portal and Developer Portal Publisher Portal Product Developer Portal Logic App workflow with Dynamics CRM 365 Step-by-Step process to create the Logic App workflow: Import Logic App definition In API Management...
  • Wiki Page: Implementation of Traffic Manager

    Azure Traffic Manager allows to control distribution of traffic to specified end points. These end points include Azure websites and cloud services. Traffic Manager improves availability of critical applications, responsiveness of the applications, can help in maintenance of a service without downtime...
  • Wiki Page: SQL Azure Database: Understanding Transactional Replication Step by Step

    Table of Contents What is a Transaction? What is Transactional Replication? How Transactional Replication Works? Demo Create SQL Azure Database Configure Azure VM database Create and configure SQL Server Database Publication Creating Subscription Validation References What is a Transaction? The...
  • Wiki Page: Azure Logic Apps: Calling Azure Functions inside Logic Apps

    Table of Contents Introduction What types of Azure Functions are supported? How can we send inputs to an Azure Function? Sending empty inputs to an Azure Function Sending inputs to an Azure Function How can we access to the output of an Azure Function? Retrieving the output of an Azure function Azure...
  • Wiki Page: Azure Storage And Storage Services

    Table of Contents Introduction Connection String of Storage Account Closure Other Languages Introduction Azure Storage means scalability, durability, and availability of the data -- what every application requires. An Azure Storage Account gives a platform to store a small amount of data to a...
  • Wiki Page: Magazyn Azure i usługi magazynowania (pl-PL)

    Oryginalny artykuł został opublikowany tutaj przez Shridhar Sharma . Wprowadzenie Azure oznacza skalowalność, trwałość i dostępność danych - to, czego wymaga każda aplikacja. Konta magazynu Azure zapewniają platformę do przechowywania od małych ilości danych do dużej ilości, za dodatkową...
  • Wiki Page: Azureポータルにて利用するサブスクリプションの確認方法

    1) Azure ポータルにログインした後に、メニューから「その他のサービス」をクリックします。 2) 表示されたリストから「サブスクリプション」をクリックします。 3) ご利用するサブスクリプションの番号と状態を確認します。
  • Wiki Page: Classification Algorithms parameters in Azure ML

    Table of Contents Introduction Precision and Recall ROC F1 Score See Also Introduction In Azure machine learning studio when we create a classification ML experiment and when we click on visualize option of evaluate model there are many parameters metrics information along with charts is displayed...
  • Wiki Page: Azure में Office 365 के माध्यम से लॉजिक एप्प्स की शुरुआत (hi-IN)

    नमस्कार हिंदी भाषा के इस लेख में आपका स्वागत है, आपके प्रतिक्रिया का हमें इंतेज़ार रहेगा और हम आशा करते है की यह लेख आपके लिए उपयोगी साबित होगी। Table of Contents Credits परिचय क्या तर्क App है? डेवलपर आवश्यकताओं का पालन करें एक तर्क अनुप्रयोग बनाने के लिए चरणों के नीच...
Page 39 of 56 (1,388 items) «3738394041»
Can't find it? Write it!