Coder Social home page Coder Social logo

microsoft / appsource Goto Github PK

View Code? Open in Web Editor NEW
23.0 8.0 18.0 4.38 MB

Build a Test Drive solution to allow customers to try before they buy your product. This repository contains a development helper tool to help build, test, and debug your test drive.

License: MIT License

appsource's Introduction

Test Drive is a great way for you to showcase your product to potential customers by giving them the option to 'try before you buy', resulting in increased conversion and the generation of highly qualified leads.

How does it work?

A potential customer discovers your application in AppSource, signs in and agree to the terms of use. A pre-configured environment that is set up by you that demonstrates the application's key features and benefits will then be made available for the potential customer to try for a fixed number of hours as configured by you.

No matter how complex your application, the Test Drive framework helps you to bring your product to life and generate highly qualified leads.

Want to take some test drives before you build your own test drive?

Here are four apps for you to try:


See also:

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

appsource's People

Contributors

addesai avatar hamptont avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar msftgits avatar pedadamaheshkumar avatar pravpatel avatar shefymk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appsource's Issues

Issue when testing ProvisionUserToOperations

When I follow the article, and get to the point where I test the function ProvisionUserToOperations, I get the following error:
"System.TypeInitializationException: The type initializer for 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformPlugin' threw an exception. ---> Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException: Assembly required for the platform not found. Make sure assembly 'Microsoft.IdentityModel.Clients.ActiveDirectory.Platform, Version=3.13.8.999, Culture=neutral, PublicKeyToken=31bf3856ad364e35' exists ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.IdentityModel.Clients.ActiveDirectory.Platform, Version=3.13.8.999, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.\r\n at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)\r\n at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)\r\n at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)\r\n at System.Reflection.Assembly.Load(AssemblyName assemblyRef)\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformPlugin.LoadPlatformSpecificAssembly()\r\n --- End of inner exception stack trace ---\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformPlugin.LoadPlatformSpecificAssembly()\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformPlugin.InitializeByAssemblyDynamicLinking()\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformPlugin..cctor()\r\n --- End of inner exception stack trace ---\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformPlugin.get_Logger()\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext..cctor()\r\n --- End of inner exception stack trace ---\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext..ctor(String authority)\r\n at Submission#0.d__4.MoveNext() in D:\home\site\wwwroot\ProvisionUserToOperations\run.csx:line 89\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)\r\n at Submission#0.d__3.MoveNext() in D:\home\site\wwwroot\ProvisionUserToOperations\run.csx:line 44"
Run

Does the framework send Access Information email for Logic App Test Drive?

I'm creating a Logic App Test Drive.

As far as I know based on the documentations, for ARM Test Drive, the framework uses the output parameters of the ARM template and replace them in Access Information text and send the email. I'd like to know how to do the same when using Logic App Test Drive. So here are my questions:

  • Does the framework send Access Information email for Logic App Test Drive?
  • How should we provide the output parameters to be replaced in Access Information.

Authority should be in uri format - Error when testing ProvisionUserToCRM

When testing the logic app function ProvisionUserToCRM, the following exception is thrown:

"System.ArgumentException: 'authority' should be in Uri format\r\nParameter name: authority\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.Authenticator.DetectAuthorityType(String authority)\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.Authenticator..ctor(String authority, Boolean validateAuthority)\r\n at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext..ctor(String authority)\r\n at Submission#0.d__2.MoveNext() in D:\home\site\wwwroot\ProvisionUserToCRM\run.csx:line 131\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)\r\n at Submission#0.d__1.MoveNext() in D:\home\site\wwwroot\ProvisionUserToCRM\run.csx:line 57"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.