Octavie van Haaften

Using ARM templates in a DTAP environment

More and more customers don’t settle with just an Office 365 / Azure tenant as their production environment. They often have one or more additional tenants (or subscriptions) to have an Acceptance, Test and/or Development environment. When it comes to deploying Azure resources, Azure Resource Management (ARM) templates are very...

Continue reading...

Getting term label values with the SharePoint RenderListDataAsStream API endpoint

Recently Microsoft released a new API endpoint for retrieving SharePoint listitem data. With this RenderListDataAsStream  API you can now retrieve both managed metadata field values and lookup field values very easily. I was using the SharePoint items REST API endpoint like this: {SiteCollectionUrl}/_api/web/lists/GetByTitle(‘Documents’)/Items?$select=Id,FileLeafRef,Title,ServerRedirectedEmbedUri,Editor/Title,MavProject/Title,MavCategory,TaxCatchAll/ID,TaxCatchAll/Term,Modified&$expand=Editor,MavProject,TaxCatchAll While I was using this only for...

Continue reading...