The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
22 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 ...
0
votes
0answers
54 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. ...
1
vote
3answers
115 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 ...
2
votes
1answer
47 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 ...
0
votes
1answer
515 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
293 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
42 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
61 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
459 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 ...
3
votes
3answers
164 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?
1
vote
1answer
313 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 ...