The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
0answers
61 views

Azure or Amazon for hosting Demos?

For a team I am considering either hosting VMs with Azure or Amazon. These could be quite some different configurations and installs and probably dozens of images. I also have to look at the costs. ...
3
votes
3answers
170 views

Can I use EntityFramework and sql azure with Sharepoint Online?

I would like to connect to an entity model from a sandboxed webpart in sharepoint online. Is this possible? Is it possible to connect to sql azure from a sandboxed webpart?
2
votes
1answer
51 views

Custom indexing Connector for Azure Blob not crawling

I am creating a custom indexing connector for Azure blob. It works fine if i just specified URL for single blob e.g. for myblob://searchconnector.blob.core.windows.net/MyBlob/mycontainer/myblob1.txt ...
1
vote
3answers
142 views

Sharepoint Development Environment Windows Azure

Can anyone please provide advice on setting up a sharepoint development environment. Basically I see that Windows Azure is a good way to go. The link is ...
1
vote
0answers
25 views

SharePoint and the new Azure AD - will it run?

(I know this has been asked partly before: SharePoint Server 2010 to the Cloud (Azure) and here Sharepoint Development Environment Windows Azure but this is slightly different) I see that yesterday ...
1
vote
1answer
320 views

Send e-mail with attachment (Office 365)

Is it possible to send an e-mail with attachment in Office 365? As attachment we would want the attachment from a listitem or a document from a document library. Maybe with the use of webservices or ...
0
votes
0answers
15 views

Using code, how to sync data from CRM online 2011 to sharepoint online 2011 (or 2013) & vice-versa

I am trying for a proof-of-concept on this one. I have a sample crm-online plugin and I would like to know if through the code I can open my sharepoint online site and thereby get access to the ...
0
votes
0answers
9 views

Error installing Azure Workflow Server during 2013 install

I am attempting to install the Azure Workflow Server on a SharePoint 2013 FE box using WPI in /offline mode, but the install fails. The FE is a Win2K8R2 box and is not a DC. Here are the errors ...
0
votes
0answers
38 views

SharePoint 2013 Autohosted (Azure hosted) App. TimeJob analog

How to make scheduled task in SharePoint autohosted (Azure hosted) App? I need to make code that will read SharePoint list items, and send emails. It is possible to make workflow with activity that ...
0
votes
0answers
70 views

sharepoint (online)- provider/auto hosted- replacement for timer job

Recently i began to developing sharepoint 2013 on my office365 account. I need a way to invoking tasks in given time intervals. For example every hour invoke an action adding item to sharepoint list. ...
0
votes
1answer
665 views

SharePoint 2013 Workflow Authentication Error 401

I'm trying to let a SharePoint 2013 workflow run as a regular user (not a site collection administrator). When starting the workflow it fails right away with the error: RequestorId": ...
0
votes
0answers
431 views

SharePoint 2013 and Access Control Service (Windows Azure Active Directory Access Control) [closed]

Does anyone know of a guide that covers what Mike intends to cover in the second half of this article on setting up Azure ACS with SharePoint 2013? ...
0
votes
1answer
45 views

Any tutorials on accessing Azure SQL from a SharePoint hosted Silverlight webpart?

So since SharePoint Lists have limited columns available for use, I'm now trying to write the output from my SharePoint hosted Silverlight app into a Windows Azure hosted SQL database. Are there any ...
0
votes
0answers
63 views

SharePoint Online to Azure Web Service

Situation: I'm trying to send a message from my SharePoint Online page to my Azure Web Service with json. This works great on a simple ASP.NET website, but on SP Online, I get a message ("Access ...
0
votes
2answers
521 views

The caller does not have the necessary permissions for Azure Workflow Service

I'm trying to get Azure Workflow Service running on SharePoint 2013. When running the Register-SPWorkflowService powershell commandlet i get the following error: Register-SPWorkflowService : The ...