Azure RBAC Role Based Access Control Demonstration with Azure App Service
Post Views: 2,764 Azure provides much flexible role-based access control for Azure resources through which you can efficiently manage users access to azure resources, can allow the level of permission,…
What is Azure Role-Based Access Control (RBAC)
Post Views: 3,340 Background In terms of cloud computing, access control plays vital role in order to manage permissions effectively. Any organization using cloud, they need to provide wide range…
How To Import Or Restore BACPAC File Using SQL Server Management Studio?
Post Views: 4,350 Introduction Backup package (BACPAC) contains schema and data for SQL Server database. We can export the database into BACPAC and import it in new environment as a…
Introducing a SharePoint App Bar in Modern SharePoint Online
Post Views: 3,667 Modern SharePoint is coming with lots of new and exciting features on regular basis. Microsoft is rolling out another new feature, called SharePoint App bar to enhance…
What are the Options for Database Backup and Restore? How to Export BACPAC using SSMS?
Post Views: 5,239 Background Developers use one database to develop the solution and then need to create another environment such as Testing and Production. Once everything is ready in a…
How to Publish Report from Power BI Desktop to Power BI Service?
Post Views: 1,923 Introduction Once we develop or design the Power BI reports using Power BI Desktop, we need to publish it and share with the user. This article describes…
Restore list from Existing in Modern SharePoint Online
Post Views: 3,092 Recently, we have observed that save list as a template option is missing for Modern SharePoint Online site. Because of which many users are getting confuse on…
What is deployment slots in Azure App Service.
Post Views: 3,145 Background In Conventional web hosting, we deploy or publish an application to hosting and soon after publishing, user can access the application via an endpoint or a…
How to Configure Power BI Report Server
Post Views: 2,647 Introduction Many organizations are reluctant to go to cloud environment due to various reasons such as data privacy, security, compliance or data-sovereignty and data sensitivity. Power BI…
How to Register Report Server from SQL Server Management Studio
Post Views: 1,651 Introduction SQL Server Reporting Services (SSRS) is a part of a suite of Microsoft SQL Server services. This article explains hot to handle connection issue in SSRS. By default,…