Remote-access Guide

azure sharepoint 2013 remote access

by Dr. Carley Senger Published 2 years ago Updated 1 year ago
image

Expand the server in the tree view, expand Sites, select the SharePoint - AAD Proxy site, and select Bindings. Select https binding and then select Edit. In the TLS/SSL certificate field, choose SharePoint certificate and then select OK. You can now access the SharePoint site externally through Azure AD Application Proxy.

Full Answer

How to configure alternate access mapping in SharePoint 2013?

Start the SharePoint Management Shell and run the following script: Open the SharePoint Central Administration site. Under System Settings, select Configure Alternate Access Mappings. The Alternate Access Mapping Collection box opens. Filter the display with the web application that was extended and confirm that you see something like this:

How do I create SharePoint 2013 farms with azure PowerShell?

With Azure PowerShell, you can also create the basic and high-availability SharePoint 2013 farms with a local copy of the following Azure Resource Manager (ARM) template files: azuredeploy.json Contains the instructions to create the Azure infrastructure and the virtual machines.

How do I set up access control namespaces in azure?

From the Azure management portal, go to Active Directory > Access Control Namespaces, click Create a new instance, and then click Manage. From the Azure Access Control portal, click Identity Providers > Add, as illustrated in the following figure.

image

When you design the Azure architecture for a SharePoint farm, what is the purpose of the configuration?

When you design the Azure architecture for a SharePoint farm, configure identical server roles to be part of an availability set. This ensures that your virtual machines are spread across multiple fault domains.

Where to place virtual machines in SharePoint?

Place the virtual machines of the SharePoint farm in tiers on the appropriate subnets.

What is Azure gateway?

An Azure gateway is on a gateway subnet. The on-premises environment includes a gateway device, such as a router or VPN server. For additional information to plan for and create a cross-premises virtual network, see Connect an on-premises network to a Microsoft Azure virtual network.

What is Azure virtual network?

A virtual network in Azure is illustrated side-by-side to the on-premises environment. The two environments are not yet connected by a cross-premises connection, which can be a site-to-site VPN connection or ExpressRoute.

What is the next step in Azure deployment?

The next deployment step is to create the cross-premises connection (if this applies to your solution). For cross-premises connections, a Azure gateway resides in a separate gateway subnet, which you must create and assign an address space.

What is fault domain?

A fault domain is a grouping of hardware in which role instances run. Virtual machines within the same fault domain can be updated by the Azure infrastructure at the same time. Or, they can fail at the same time because they share the same rack. To avoid the risk of having two virtual machines on the same fault domain, you can configure your virtual machines as an availability set, which ensures that each virtual machine is in a different fault domain. If three virtual machines are configured as an availability set, Azure guarantees that no more than two of the virtual machines are located in the same fault domain.

How to determine the number of components in Azure?

You determine the number of components by the performance and capacity targets for the farm . To adapt this architecture for Azure, we'll replicate the four components across all three servers. This increases the number of components beyond what is necessary for performance and capacity. The tradeoff is that this design ensures high availability of all four components in the Azure platform when these three virtual machines are assigned to an availability set.

How many virtual machines are there in SharePoint 2013?

The basic SharePoint 2013 farm consists of three virtual machines hosted in Azure infrastructure services.

How to create a SharePoint farm?

To create the basic (three-server) SharePoint farm with the Azure portal: Sign in to the Azure portal at https://portal.azure.com/. Click All services, and then click Marketplace in the General list of services. In the search box, type SharePoint 2013, and then click SharePoint 2013 non-HA Farm. In the results, click SharePoint 2013 non-HA Farm. ...

How to create a non-HA farm in SharePoint 2013?

In the results, click SharePoint 2013 non-HA Farm. On the SharePoint 2013 non-HA Farm pane, click Create. Specify settings on the steps of the Create SharePoint 2013 non-HA Farm pane, and then click Create.

What is Azure deploy.json?

azuredeploy.json Contains the instructions to create the Azure infrastructure and the virtual machines.

Can you configure SharePoint?

From the Central Administration SharePoint site, you can configure My sites, SharePoint applications, and other functionality. For more information, see Configure SharePoint 2013.

Is there a VPN connection for Azure farms?

Both of these farms are in a cloud-only Azure virtual network with an Internet-facing web presence. There is no site-to-site VP N or ExpressRoute connection back to your organization network.

Can you use SharePoint 2013 in Azure?

You can quickly create SharePoint 2013 dev/test environments in Microsoft Azure with the SharePoint 2013 non-HA Farm and SharePoint 2013 HA Farm Azure Resource Manager templates. These templates can save you a lot of time when you need a basic or high-availability SharePoint farm for a dev/test environment or if you are evaluating SharePoint Server 2013 as a collaboration solution for your organization.

What is a list in SharePoint?

The “web” in these examples is not a placeholder—it’s the name of an object of the Web class in the SharePoint client object model; “lists” is the name of a collection property and “getByTitle” is a method of that collection object.

What is the verb used to write to SharePoint?

Writing to SharePoint All of the previous requests use the HTTP verb GET. When you write to SharePoint, your requests use the POST verb—though in some cases you’ll override this verb by adding an X-HTTP-Method header to the request and specifying a value of PUT, MERGE or DELETE.

How to use cross domain library?

To use it, load this file on a remote Web page. In JavaScript, create an SP.RequestExecutor object and then call its executeAsync method. As a parameter to this method you pass the information it needs to construct an HTTP request to the REST service. The main differences between REST calls using OAuth and REST calls using the cross-­domain library are that for the latter, you don’t need to pass an access token in the request, but you do need to specify (in the RESTful URL) the SharePoint Web site that will serve as the client context site. The MSDN Library article, “How to: Access SharePoint 2013 data from remote apps using the cross-domain library” ( bit.ly/12kFwSP ), discusses these details (such as the difference between an app Web and a host Web) more thoroughly. This example, which retrieves all of the lists from a SharePoint site, shows you what a REST request that uses the cross-domain library looks like:

Does SharePoint require a form digest?

Every request that writes to SharePoint must include a form digest. Your code gets the digest as part of a set of information returned by the following endpoint:

Can you use OAuth 2.0 on SharePoint?

If you’re calling into SharePoint from a remotely hosted application that can’t use client-side code (HTML and JavaScript) exclusively, and there’s no firewall between SharePoint and your application, you can use OAuth 2.0 tokens with Microsoft Access Control Service (ACS) as the secure token server.

What are the advantages of Azure Infrastructure Services?

The advantages for using Azure Infrastructure Services include: Fewer costly resources Maintain and pay for fewer resources than on-premises disaster recovery environments. The number of resources depends on which disaster-recovery environment you choose: cold standby, warm standby, or hot standby.

How to deploy SharePoint recovery farm?

Phase 1: Design the disaster recovery environment. Phase 2: Create the Azure virtual network and VPN connection. Phase 3: Deploy Active Directory and Domain Name Services to the Azure virtual network. Phase 4: Deploy the SharePoint recovery farm in Azure. Phase 5: Set up DFSR between the farms.

What is Azure warm standby?

In a warm standby environment, all virtual machines in the Azure environment are running. The environment is ready for a failover exercise or event.

Why are SharePoint farms deployed?

The SharePoint farms were deployed in two stages in order to simplify environment stabilization and troubleshooting, if required. During the first stage, each farm was deployed on the minimum number of servers for each tier of the topology to support the required functionality.

Can SharePoint farm be shut down?

In a cold standby environment, most of the SharePoint farm virtual machines can be shut down. (We recommend occasionally starting the virtual machines, such as every two weeks or once a month, so that each virtual machine can sync with the domain.) The following virtual machines in the Azure recovery environment must remain running to help ensure continuous operations of log shipping and DFSR:

Can you use Microsoft Azure Architectures for SharePoint 2013?

Use the guidance in Microsoft Azure Architectures for SharePoint 2013 to design the disaster-recovery environment, including the SharePoint recovery farm. You can use the graphics in the SharePoint Disaster Recovery Solution in Azure Visio file to start the design process. We recommend that you design the entire environment before beginning any work in the Azure environment.

Can Azure create disaster recovery?

Using Azure, you can create a disaster-recovery environment for your on-premises SharePoint farm. This article describes how to design and implement this solution.

How to create a tenant in Azure?

In the Azure Management Portal, click Active Directory, and then create a new Azure AD tenant.

How to create a new web application in SharePoint 2013?

Open "SharePoint 2013 Central Administration" on SharePoint server and create new Web Application with SSL Enabled or update existing Web Application.

How to add identity provider in Azure?

From the Azure Access Control portal, click Identity Providers > Add, as illustrated in the following figure.

How to connect msolservice to Windows PowerShell?

From the Windows PowerShell command prompt, type the command: Connect-Msolservice, and then type your credentials.

Does SharePoint support SAML?

SharePoint supports the SAML Profile for single sign-on out of the box. This post provides guidelines to configure Azure AD service as Identity Provider.

Question

I'm trying to figure out if it is possible to utilize the Sharepoint 2013 REST API remotely from my client app (not Office/Sharepoint 'App' - my own front-end) when the Sharepoint server is on premises.

Answers

Would it be true to say that FBA authorization is required to use REST API when on premises?

image

The Basics

  • Before it can do anything with SharePoint, your remote Web or mobile application must obtain authorized access. In SharePoint 2013 there are two general approaches to authorizing access to a SharePoint site (regardless of whether you’re using REST). The first approach involves authenticating a SharePoint user, in which case your application has the...
See more on docs.microsoft.com

Advanced Operations

  • A certain degree of complexity comes along with the power of the SharePoint 2013 REST interface. The interface supports operations for sorting, filtering and ordering the data that it returns. It also supports a large number of SharePoint-specific operations. These additional capabilities add features and benefits that you don’t always see in a standard REST implementa…
See more on docs.microsoft.com

Debugging

  • The most important piece of information you need in order to perform a REST operation is obviously the correct URL. We’ve mentioned a lot of the most important ones, and for many of the others, you can refer to the SharePoint SDK. Because the REST interface is modeled on the client object model, you can refer to the JavaScript object model reference for information about …
See more on docs.microsoft.com

Using Rest to Talk to SharePoint in A Php Application

  • As we said in our introduction, the REST interface allows you to interact with SharePoint from any of the standard languages and frameworks Web developers commonly use. In order to demonstrate this, we’ve published a sample PHP application that demonstrates how you can interact with a SharePoint site from a remote Web application written in PHP. This particular app…
See more on docs.microsoft.com

What Next?

  • Although it doesn’t have complete parity with the client object model, the SharePoint 2013 REST interface is extensive and powerful enough to provide most of what Web and mobile app developers will want to do, especially if they’re working with frameworks other than .NET. We’ve looked at many of the most important ways in which you can integrate SharePoint into your appli…
See more on docs.microsoft.com

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9