Azure Virtual Private Network (VPN) Service
cloudopszone.com
by George Chrysovaladis Grammatikos
3w ago
In this post, I’ll give an overview of Azure VPN services and illustrate what they are and what they can offer to your deployments. VPNs or Virtual Private Networks are encrypted tunnels that allow access to other networks over the internet. Using a VPN connection, data traffic and of course the IP address is masked and protected. VPN Types MS Azure supports two VPN types : route-based VPN and policy-based VPN gateways. Route-based(dynamic) VPN is commonly used because of the configuration and control flexibility of routing decisions, which depend on the destination address of the packets. Fo ..read more
Visit website
Renewing the Website Authentication Key on Power Pages.
cloudopszone.com
by George Chrysovaladis Grammatikos
3w ago
In this post, I will describe the process of renewing a Power Page authentication key. Before explaining the process step by step I would like to give some information about the Power Pages connectivity architecture. An application registration is created in Microsoft Entra with a certificate when a Power Page website is deployed at the same time. The key must be renewed every two years in order for your website to be able to connect to the Dataverse environment. Only a user with the Global or Power Platform admin roles can update the website authentication key.   Authentication key r ..read more
Visit website
SharePoint REST API: Create a List Choice XML type field
cloudopszone.com
by George Chrysovaladis Grammatikos
3w ago
In this fast track post, I will show you how to create a List Choice XML type filed in a SharePoint Online list using Power Automate flow action. To implement this demo we will use the “Send an HTTP request to SharePoint” action Site Address: https://{site}.sharepoint.com/sites/{SiteName} Method: POST Uri: _api/web/Lists/getByTitle('{ListName}')/fields/CreateFieldAsXml Headers : { "content-type": "application/json;odata=verbose;charset=utf-8", "Accept": "application/json;odata=verbose" } Body : {"parameters": {"__metadata": {"type":"SP.XmlSchemaFieldCreationInformation"},"SchemaXml ..read more
Visit website
Azure Cloud Adoption Framework for Organizations
cloudopszone.com
by George Chrysovaladis Grammatikos
1M ago
As part of the Azure Cloud Adoption Framework (CAF), Microsoft provides a set of guidelines, best practices, and resources(tools) to assist organizations in adopting Azure cloud services in a cost-effective manner. In this post, I will try to give you an idea of how you could take advantage of these. First and foremost, you should thoroughly understand the CAF lifecycle, as shown in the image below: The above three stages, namely governance, management and security, are continuous components of cloud adoption (CAF).   Define Strategy The first step in the CAF life cycle is to define a ..read more
Visit website
Power Apps: Develop a QR Code – Generator
cloudopszone.com
by George Chrysovaladis Grammatikos
1M ago
Greetings, in this post I will provide you with instructions on how to create a QR code generator using the Power FX low-code language. As a starting point for the development of the canvas app, I will provide a list of the canvas apps controls that are required for this application. These are: Text Input : It will contain the text used to generate the QR code. Button 1 : Here is the button where the QR code will be generated. Button 2 : This button will clean the text from the Text input control Image : The generated QR code will be displayed in the image control.   Now, let us take a ..read more
Visit website
Azure Web App Custom Domain
cloudopszone.com
by George Chrysovaladis Grammatikos
1M ago
In this post, I will show you how to add a custom domain with an SSL certificate on your Azure Web App. As a prerequisite you must have deployed an Azure Web App and the least service plan must be B1. Let’s get it configured! From the Web App left-hand side blade, select Settings – Custom domain – + Add custom domain Do the following configuration as the image below depicts, i.e.: Domain provider : All other domain service TLS/SSL certificate : Add certificate later Domain : Type your custom domain name   In the next step, you need to add the A and TXT records on your domain provider ..read more
Visit website
Power Automate: How to delete SharePoint list items older than 15 days
cloudopszone.com
by George Chrysovaladis Grammatikos
1M ago
In this post, I will describe how you can delete SharePoint list items older than 15 days by using a Power Automate flow. For the demo purposes I will create an Instant cloud flow. Trigger For my trigger, I will add the Recurrence trigger and configure it to run every day. 1st Action The next step will be to add an Initialize variable action where the value will be the number of the days, i.e., 15. Type into the function : addDays(utcNow(),-15,’yyyy-MM-dd’) 2nd Action – Get items The second action will be a Get items. Select the Site Address, List Name and set the Filter Query to Created It ..read more
Visit website
Power Platform: Dealing with Solutions
cloudopszone.com
by George Chrysovaladis Grammatikos
2M ago
A Solution is used to transfer canvas apps and components from one environment to another or to update existing canvas apps with their components such as flows, connectors, gateways, component libraries etc. Solution Types There are two types of solutions: Managed and Unmanaged Let us see the differencies between those two types of solutions Managed Managed solutions cannot be exported and it doesn’t allow editing and development. Managed solutions are getting deployed into production environments. Managed solutions cannot be converted from unmanaged solutions; they can be created by exportin ..read more
Visit website
Azure: Azure SQL Database migration using Data Migration Service
cloudopszone.com
by George Chrysovaladis Grammatikos
3M ago
In this post, I will show how we can migrate a local sql server database to Azure SQL Database service using the Azure Migrate Service. Prerequisites: An active Azure subscription SQL Server (On-Premises) An Azure SQL Database   A few words about Microsoft Azure Migrate Service Microsoft Azure Migrate service streamlines migration resources from an on-premises environment to Azure, i.e. databases, servers, web apps etc. What Azure Migrate brings to organizations is a comprehensive framework that includes all the features which can assist in implementing migrations. Azure Migrate Stages ..read more
Visit website
SharePoint REST API: Create a DateTime type field
cloudopszone.com
by George Chrysovaladis Grammatikos
3M ago
In this post, I will show you how to create a DateTime type filed in a SharePoint Online list using Power Automate flow action. To implement this demo we will use the “Send an HTTP request to SharePoint” action Site Address: https://{site}.sharepoint.com/sites/{SiteName} Method: POST Uri: _api/web/Lists/getByTitle('{ListName}')/fields Headers : { "content-type": "application/json;odata=verbose", "Accept": "application/json;odata=verbose" } Body : { '__metadata': { 'type': 'SP.FieldDateTime'}, 'FieldTypeKind': 4, 'Description': '{Field Description}', 'Title': '{Field Name}', 'Di ..read more
Visit website

Follow cloudopszone.com on FeedSpot

Continue with Google
Continue with Apple
OR