{"id":3979,"date":"2023-11-04T23:13:58","date_gmt":"2023-11-04T23:13:58","guid":{"rendered":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/"},"modified":"2023-11-05T05:48:25","modified_gmt":"2023-11-05T05:48:25","slug":"create-a-virtual-machine-using-azure-virtual-machines","status":"publish","type":"post","link":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/","title":{"rendered":"Create a Virtual Machine using Azure Virtual Machines"},"content":{"rendered":"

Microsoft Azure provides a powerful and flexible cloud computing platform that allows users to build, deploy, and manage various types of applications and services. One of the key services offered by Azure is Azure Virtual Machines, which enables users to deploy and run virtual machines in the cloud. In this tutorial, we will walk you through the process of creating a virtual machine using Azure Virtual Machines, step by step.<\/p>\n

Prerequisites<\/h2>\n

Before we begin, please ensure that you have the following prerequisites in place:<\/p>\n

    \n
  1. An active Azure subscription. If you don’t have one, you can sign up for a free trial here<\/a>.<\/p>\n<\/li>\n
  2. \n

    A basic understanding of Azure concepts and terminologies, such as resource groups, virtual networks, and storage accounts. If you’re new to Azure, you can refer to the Azure documentation<\/a> for more information.<\/p>\n<\/li>\n

  3. \n

    A Windows, Mac, or Linux machine with an internet connection.<\/p>\n<\/li>\n<\/ol>\n

    Step 1: Sign in to the Azure portal<\/h2>\n
      \n
    1. \n

      Open a web browser and navigate to the Azure portal<\/a>.<\/p>\n<\/li>\n

    2. \n

      Sign in to your Azure account using your credentials.<\/p>\n<\/li>\n<\/ol>\n

      Step 2: Create a resource group<\/h2>\n

      A resource group is a logical container that holds related resources for an Azure solution. By creating a resource group, you can manage and organize your resources in a more convenient way. Let’s create a resource group for our virtual machine.<\/p>\n

        \n
      1. In the Azure portal, click on the “Resource groups” icon in the left-hand menu.<\/p>\n<\/li>\n
      2. \n

        Click on the “Add” button to create a new resource group.<\/p>\n<\/li>\n

      3. \n

        In the “Basics” tab, provide a name for your resource group. Make sure to choose a meaningful name that reflects the purpose of your virtual machine.<\/p>\n<\/li>\n

      4. \n

        Select a subscription from the dropdown list.<\/p>\n<\/li>\n

      5. \n

        Choose an appropriate region for your resource group. The region determines the physical location where your virtual machine will be deployed.<\/p>\n<\/li>\n

      6. \n

        Click on the “Review + create” button to review your resource group settings.<\/p>\n<\/li>\n

      7. \n

        Finally, click on the “Create” button to create the resource group.<\/p>\n<\/li>\n<\/ol>\n

        Step 3: Create a virtual network<\/h2>\n

        A virtual network (VNet) is an isolated network environment within Azure where you can deploy and run your virtual machines. By creating a virtual network, you can control network traffic, IP addresses, and subnets for your virtual machines. Let’s create a virtual network for our virtual machine.<\/p>\n

          \n
        1. In the Azure portal, click on the “Create a resource” button (+) in the left-hand menu.<\/p>\n<\/li>\n
        2. \n

          Search for “Virtual network” in the search bar and select the “Virtual network” option.<\/p>\n<\/li>\n

        3. \n

          In the “Basics” tab, provide a name for your virtual network.<\/p>\n<\/li>\n

        4. \n

          Select the appropriate subscription and resource group that you created in the previous steps.<\/p>\n<\/li>\n

        5. \n

          Choose an appropriate region for your virtual network.<\/p>\n<\/li>\n

        6. \n

          Select the “IPv4” option for the address space and provide a valid CIDR notation (e.g., 10.0.0.0\/16).<\/p>\n<\/li>\n

        7. \n

          Click on the “Next: Subnets” button to proceed to the next step.<\/p>\n<\/li>\n

        8. \n

          In the “Subnets” tab, provide a name for your subnet.<\/p>\n<\/li>\n

        9. \n

          Specify a valid CIDR notation for the subnet address range (e.g., 10.0.0.0\/24). Ensure that the subnet address range is within the address space range specified earlier.<\/p>\n<\/li>\n

        10. \n

          Click on the “Next: Security” button to proceed to the next step.<\/p>\n<\/li>\n

        11. \n

          Review the settings in the “Security” tab and click on the “Next: Tags” button to proceed.<\/p>\n<\/li>\n

        12. \n

          Add any applicable tags to your virtual network if desired and click on the “Next: Review + create” button.<\/p>\n<\/li>\n

        13. \n

          Finally, review your virtual network settings and click on the “Create” button to create the virtual network.<\/p>\n<\/li>\n<\/ol>\n

          Step 4: Create a storage account<\/h2>\n

          Azure Storage is a cloud-based storage solution that provides secure, scalable, and highly available storage for your applications and services. To store the virtual machine’s disk and image files, we need to create a storage account. Let’s create a storage account for our virtual machine.<\/p>\n

            \n
          1. In the Azure portal, click on the “Create a resource” button (+) in the left-hand menu.<\/p>\n<\/li>\n
          2. \n

            Search for “Storage account” in the search bar and select the “Storage account” option.<\/p>\n<\/li>\n

          3. \n

            In the “Basics” tab, provide a name for your storage account.<\/p>\n<\/li>\n

          4. \n

            Select the appropriate subscription and resource group that you created earlier.<\/p>\n<\/li>\n

          5. \n

            Choose an appropriate region for your storage account.<\/p>\n<\/li>\n

          6. \n

            Select the “Standard” performance option.<\/p>\n<\/li>\n

          7. \n

            Select the “LRS” (Locally Redundant Storage) replication option for redundancy.<\/p>\n<\/li>\n

          8. \n

            Click on the “Review + create” button to review your storage account settings.<\/p>\n<\/li>\n

          9. \n

            Finally, click on the “Create” button to create the storage account.<\/p>\n<\/li>\n<\/ol>\n

            Step 5: Create a virtual machine<\/h2>\n

            Now that we have set up a resource group, virtual network, and storage account, we are ready to create our virtual machine. Let’s create a Windows virtual machine using an Azure Marketplace image.<\/p>\n

              \n
            1. In the Azure portal, click on the “Create a resource” button (+) in the left-hand menu.<\/p>\n<\/li>\n
            2. \n

              Search for “Windows Server” in the search bar and select the “Windows Server” option from the Azure Marketplace.<\/p>\n<\/li>\n

            3. \n

              In the “Basics” tab, select the appropriate subscription and resource group.<\/p>\n<\/li>\n

            4. \n

              Provide a name for your virtual machine. This is the name that will be used to identify the virtual machine.<\/p>\n<\/li>\n

            5. \n

              Select the appropriate region for the virtual machine.<\/p>\n<\/li>\n

            6. \n

              Choose the “Image” option for the operating system.<\/p>\n<\/li>\n

            7. \n

              Select an appropriate Windows Server version from the dropdown list. We recommend choosing the latest version available.<\/p>\n<\/li>\n

            8. \n

              Choose an appropriate size for your virtual machine. The size determines the number of CPU cores, memory, and storage capacity allocated to the virtual machine.<\/p>\n<\/li>\n

            9. \n

              In the “Administrator account” section, provide a username and password for the virtual machine’s administrator account. Remember these credentials as you will need them to log in to the virtual machine later.<\/p>\n<\/li>\n

            10. \n

              In the “Inbound port rules” section, select the “Allow selected ports” option.<\/p>\n<\/li>\n

            11. \n

              Select the appropriate port(s) that you want to open for inbound traffic to your virtual machine. By default, port 3389 (Remote Desktop Protocol) is selected, which allows you to access the virtual machine using Remote Desktop.<\/p>\n<\/li>\n

            12. \n

              Click on the “Next: Disks” button to proceed to the next step.<\/p>\n<\/li>\n

            13. \n

              In the “Disks” tab, select the storage account and disk type for the virtual machine’s operating system disk.<\/p>\n<\/li>\n

            14. \n

              Specify the disk size in gigabytes. We recommend choosing a size based on your requirements.<\/p>\n<\/li>\n

            15. \n

              Optionally, you can add additional data disks to your virtual machine by clicking on the “Add data disk” button.<\/p>\n<\/li>\n

            16. \n

              Click on the “Next: Networking” button to proceed to the next step.<\/p>\n<\/li>\n

            17. \n

              In the “Networking” tab, select the virtual network and subnet that you created earlier.<\/p>\n<\/li>\n

            18. \n

              By default, the virtual machine will be assigned a dynamic IP address. If you want to assign a static IP address, select the “Static” option and specify an IP address from the subnet’s address range.<\/p>\n<\/li>\n

            19. \n

              Review the other networking settings and click on the “Next: Management” button to proceed.<\/p>\n<\/li>\n

            20. \n

              In the “Management” tab, review the settings for monitoring, diagnostics, and backups. You can enable or disable these features based on your requirements.<\/p>\n<\/li>\n

            21. \n

              Click on the “Next: Advanced” button to proceed to the next step.<\/p>\n<\/li>\n

            22. \n

              In the “Advanced” tab, review the advanced settings such as boot diagnostics, extensions, and Azure Spot instance.<\/p>\n<\/li>\n

            23. \n

              Click on the “Next: Tags” button to proceed to the next step.<\/p>\n<\/li>\n

            24. \n

              Add any applicable tags to your virtual machine if desired and click on the “Next: Review + create” button.<\/p>\n<\/li>\n

            25. \n

              Finally, review your virtual machine settings and click on the “Create” button to create the virtual machine.<\/p>\n<\/li>\n<\/ol>\n

              Step 6: Connect to the virtual machine<\/h2>\n

              Once your virtual machine is created, you can connect to it using Remote Desktop Protocol (RDP). Follow these steps to connect to your virtual machine:<\/p>\n

                \n
              1. In the Azure portal, navigate to the resource group that contains your virtual machine.<\/p>\n<\/li>\n
              2. \n

                Click on the virtual machine from the resource list.<\/p>\n<\/li>\n

              3. \n

                In the virtual machine’s Overview page, click on the “Connect” button.<\/p>\n<\/li>\n

              4. \n

                In the “Connect to virtual machine” blade, click on the “Download RDP file” button to download the Remote Desktop Connection file.<\/p>\n<\/li>\n

              5. \n

                Open the downloaded RDP file and enter the username and password that you provided during virtual machine creation.<\/p>\n<\/li>\n

              6. \n

                Click on the “Connect” button to establish a remote desktop connection to your virtual machine.<\/p>\n<\/li>\n<\/ol>\n

                Conclusion<\/h2>\n

                In this tutorial, we have walked you through the process of creating a virtual machine using Azure Virtual Machines. We covered the steps of creating a resource group, virtual network, storage account, and virtual machine. By following these steps, you can deploy a virtual machine in Azure and start running your applications and services in the cloud. Azure Virtual Machines provides a scalable and flexible infrastructure solution that allows you to meet your computing needs effectively.<\/p>\n","protected":false},"excerpt":{"rendered":"

                Microsoft Azure provides a powerful and flexible cloud computing platform that allows users to build, deploy, and manage various types of applications and services. One of the key services offered by Azure is Azure Virtual Machines, which enables users to deploy and run virtual machines in the cloud. In this Continue Reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[1],"tags":[673,675,668,669,674,672,667,671,670,666],"yoast_head":"\nCreate a Virtual Machine using Azure Virtual Machines - Pantherax Blogs<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create a Virtual Machine using Azure Virtual Machines\" \/>\n<meta property=\"og:description\" content=\"Microsoft Azure provides a powerful and flexible cloud computing platform that allows users to build, deploy, and manage various types of applications and services. One of the key services offered by Azure is Azure Virtual Machines, which enables users to deploy and run virtual machines in the cloud. In this Continue Reading\" \/>\n<meta property=\"og:url\" content=\"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\" \/>\n<meta property=\"og:site_name\" content=\"Pantherax Blogs\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-04T23:13:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-05T05:48:25+00:00\" \/>\n<meta name=\"author\" content=\"Panther\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Panther\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t \"@context\": \"https:\/\/schema.org\",\n\t \"@graph\": [\n\t {\n\t \"@type\": \"Article\",\n\t \"@id\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/#article\",\n\t \"isPartOf\": {\n\t \"@id\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\"\n\t },\n\t \"author\": {\n\t \"name\": \"Panther\",\n\t \"@id\": \"http:\/\/localhost:10003\/#\/schema\/person\/b63d816f4964b163e53cbbcffaa0f3d7\"\n\t },\n\t \"headline\": \"Create a Virtual Machine using Azure Virtual Machines\",\n\t \"datePublished\": \"2023-11-04T23:13:58+00:00\",\n\t \"dateModified\": \"2023-11-05T05:48:25+00:00\",\n\t \"mainEntityOfPage\": {\n\t \"@id\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\"\n\t },\n\t \"wordCount\": 1399,\n\t \"publisher\": {\n\t \"@id\": \"http:\/\/localhost:10003\/#organization\"\n\t },\n\t \"keywords\": [\n\t \"\\\"Azure infrastructure as a service\\\"\",\n\t \"\\\"Azure virtual machine deployment\\\"]\",\n\t \"\\\"Azure virtual machine tutorial\\\"\",\n\t \"\\\"Azure VM guide\\\"\",\n\t \"\\\"Azure VM setup\\\"\",\n\t \"\\\"Cloud computing VM\\\"\",\n\t \"\\\"Create a virtual machine tutorial\\\"\",\n\t \"\\\"Microsoft Azure virtual machines\\\"\",\n\t \"\\\"Virtual machine creation steps\\\"\",\n\t \"[\\\"Azure virtual machine\\\"\"\n\t ],\n\t \"inLanguage\": \"en-US\"\n\t },\n\t {\n\t \"@type\": \"WebPage\",\n\t \"@id\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\",\n\t \"url\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\",\n\t \"name\": \"Create a Virtual Machine using Azure Virtual Machines - Pantherax Blogs\",\n\t \"isPartOf\": {\n\t \"@id\": \"http:\/\/localhost:10003\/#website\"\n\t },\n\t \"datePublished\": \"2023-11-04T23:13:58+00:00\",\n\t \"dateModified\": \"2023-11-05T05:48:25+00:00\",\n\t \"breadcrumb\": {\n\t \"@id\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/#breadcrumb\"\n\t },\n\t \"inLanguage\": \"en-US\",\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"ReadAction\",\n\t \"target\": [\n\t \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/\"\n\t ]\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"BreadcrumbList\",\n\t \"@id\": \"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/#breadcrumb\",\n\t \"itemListElement\": [\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 1,\n\t \"name\": \"Home\",\n\t \"item\": \"http:\/\/localhost:10003\/\"\n\t },\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 2,\n\t \"name\": \"Create a Virtual Machine using Azure Virtual Machines\"\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"WebSite\",\n\t \"@id\": \"http:\/\/localhost:10003\/#website\",\n\t \"url\": \"http:\/\/localhost:10003\/\",\n\t \"name\": \"Pantherax Blogs\",\n\t \"description\": \"\",\n\t \"publisher\": {\n\t \"@id\": \"http:\/\/localhost:10003\/#organization\"\n\t },\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"SearchAction\",\n\t \"target\": {\n\t \"@type\": \"EntryPoint\",\n\t \"urlTemplate\": \"http:\/\/localhost:10003\/?s={search_term_string}\"\n\t },\n\t \"query-input\": \"required name=search_term_string\"\n\t }\n\t ],\n\t \"inLanguage\": \"en-US\"\n\t },\n\t {\n\t \"@type\": \"Organization\",\n\t \"@id\": \"http:\/\/localhost:10003\/#organization\",\n\t \"name\": \"Pantherax Blogs\",\n\t \"url\": \"http:\/\/localhost:10003\/\",\n\t \"logo\": {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"en-US\",\n\t \"@id\": \"http:\/\/localhost:10003\/#\/schema\/logo\/image\/\",\n\t \"url\": \"http:\/\/localhost:10003\/wp-content\/uploads\/2023\/11\/cropped-9e7721cb-2d62-4f72-ab7f-7d1d8db89226.jpeg\",\n\t \"contentUrl\": \"http:\/\/localhost:10003\/wp-content\/uploads\/2023\/11\/cropped-9e7721cb-2d62-4f72-ab7f-7d1d8db89226.jpeg\",\n\t \"width\": 1024,\n\t \"height\": 1024,\n\t \"caption\": \"Pantherax Blogs\"\n\t },\n\t \"image\": {\n\t \"@id\": \"http:\/\/localhost:10003\/#\/schema\/logo\/image\/\"\n\t }\n\t },\n\t {\n\t \"@type\": \"Person\",\n\t \"@id\": \"http:\/\/localhost:10003\/#\/schema\/person\/b63d816f4964b163e53cbbcffaa0f3d7\",\n\t \"name\": \"Panther\",\n\t \"image\": {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"en-US\",\n\t \"@id\": \"http:\/\/localhost:10003\/#\/schema\/person\/image\/\",\n\t \"url\": \"http:\/\/2.gravatar.com\/avatar\/b8c0eda5a49f8f31ec32d0a0f9d6f838?s=96&d=mm&r=g\",\n\t \"contentUrl\": \"http:\/\/2.gravatar.com\/avatar\/b8c0eda5a49f8f31ec32d0a0f9d6f838?s=96&d=mm&r=g\",\n\t \"caption\": \"Panther\"\n\t },\n\t \"sameAs\": [\n\t \"http:\/\/localhost:10003\"\n\t ],\n\t \"url\": \"http:\/\/localhost:10003\/author\/pepethefrog\/\"\n\t }\n\t ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create a Virtual Machine using Azure Virtual Machines - Pantherax Blogs","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/","og_locale":"en_US","og_type":"article","og_title":"Create a Virtual Machine using Azure Virtual Machines","og_description":"Microsoft Azure provides a powerful and flexible cloud computing platform that allows users to build, deploy, and manage various types of applications and services. One of the key services offered by Azure is Azure Virtual Machines, which enables users to deploy and run virtual machines in the cloud. In this Continue Reading","og_url":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/","og_site_name":"Pantherax Blogs","article_published_time":"2023-11-04T23:13:58+00:00","article_modified_time":"2023-11-05T05:48:25+00:00","author":"Panther","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Panther","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/#article","isPartOf":{"@id":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/"},"author":{"name":"Panther","@id":"http:\/\/localhost:10003\/#\/schema\/person\/b63d816f4964b163e53cbbcffaa0f3d7"},"headline":"Create a Virtual Machine using Azure Virtual Machines","datePublished":"2023-11-04T23:13:58+00:00","dateModified":"2023-11-05T05:48:25+00:00","mainEntityOfPage":{"@id":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/"},"wordCount":1399,"publisher":{"@id":"http:\/\/localhost:10003\/#organization"},"keywords":["\"Azure infrastructure as a service\"","\"Azure virtual machine deployment\"]","\"Azure virtual machine tutorial\"","\"Azure VM guide\"","\"Azure VM setup\"","\"Cloud computing VM\"","\"Create a virtual machine tutorial\"","\"Microsoft Azure virtual machines\"","\"Virtual machine creation steps\"","[\"Azure virtual machine\""],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/","url":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/","name":"Create a Virtual Machine using Azure Virtual Machines - Pantherax Blogs","isPartOf":{"@id":"http:\/\/localhost:10003\/#website"},"datePublished":"2023-11-04T23:13:58+00:00","dateModified":"2023-11-05T05:48:25+00:00","breadcrumb":{"@id":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/localhost:10003\/create-a-virtual-machine-using-azure-virtual-machines\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/localhost:10003\/"},{"@type":"ListItem","position":2,"name":"Create a Virtual Machine using Azure Virtual Machines"}]},{"@type":"WebSite","@id":"http:\/\/localhost:10003\/#website","url":"http:\/\/localhost:10003\/","name":"Pantherax Blogs","description":"","publisher":{"@id":"http:\/\/localhost:10003\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/localhost:10003\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/localhost:10003\/#organization","name":"Pantherax Blogs","url":"http:\/\/localhost:10003\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/localhost:10003\/#\/schema\/logo\/image\/","url":"http:\/\/localhost:10003\/wp-content\/uploads\/2023\/11\/cropped-9e7721cb-2d62-4f72-ab7f-7d1d8db89226.jpeg","contentUrl":"http:\/\/localhost:10003\/wp-content\/uploads\/2023\/11\/cropped-9e7721cb-2d62-4f72-ab7f-7d1d8db89226.jpeg","width":1024,"height":1024,"caption":"Pantherax Blogs"},"image":{"@id":"http:\/\/localhost:10003\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"http:\/\/localhost:10003\/#\/schema\/person\/b63d816f4964b163e53cbbcffaa0f3d7","name":"Panther","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/localhost:10003\/#\/schema\/person\/image\/","url":"http:\/\/2.gravatar.com\/avatar\/b8c0eda5a49f8f31ec32d0a0f9d6f838?s=96&d=mm&r=g","contentUrl":"http:\/\/2.gravatar.com\/avatar\/b8c0eda5a49f8f31ec32d0a0f9d6f838?s=96&d=mm&r=g","caption":"Panther"},"sameAs":["http:\/\/localhost:10003"],"url":"http:\/\/localhost:10003\/author\/pepethefrog\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/posts\/3979"}],"collection":[{"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/comments?post=3979"}],"version-history":[{"count":1,"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/posts\/3979\/revisions"}],"predecessor-version":[{"id":4555,"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/posts\/3979\/revisions\/4555"}],"wp:attachment":[{"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/media?parent=3979"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/categories?post=3979"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/localhost:10003\/wp-json\/wp\/v2\/tags?post=3979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}