AAD
5 TopicsApps for Office 365 - App without Authentication allowed?
Hi, The requirement to publish an add-in for Office 365 states that "Your app must allow Azure Active Directory federated single sign-on (AAD federated SSO) with consent enabled." (https://smp-prod-pb-wus-cdn.azureedge.net/documents/AppsourceGuidelines/Microsoft%20AppSource%20app%20review%20guidelines_v5.pdf) If the add-in only uses an API key for authentication, will publishing it be allowed?Using Microsoft Azure Data Science Virtual Machines in your teaching and Research Labs
First published on MSDN on Jan 11, 2018 Running Data Science VM on Azure for your data science and deep learning lab resourcesCreate the lab infrastructure as followsUse a shared pool of Ubuntu Data Science VMs (with GPUs if doing deep learning) with each student getting a separate account.1.1KViews0likes0CommentsRunning JupyterHub on and off campus Architectural Scenarios
First published on MSDN on Aug 10, 2017 Dedicated Hardware Environments for hosting JupyterHubOn premise – Own Maintain, secure and Operate the servicesInstallationJupyterHub can be installed with pip (and the proxy with npm) or conda:pip, npm:python3 -m pip install jupyterhubnpm install -g configurable-http-proxypython3 -m pip install notebook # needed if running the notebook servers locallyconda (one command installs jupyterhub and proxy):conda install -c conda-forge jupyterhub # installs jupyterhub and proxyconda install notebook # needed if running the notebook servers locallyTest your installation.1.2KViews0likes0Comments