Azure MLS WebService PublicIP is “None”Use WebService input as query parameter in reader module in Azure ML?Azure ML batch execution latencyRename an Azure ML experimentAzure ML webservice columns returned no as expectedAzure Machine Learning in dynamicsMLPClassifier in Azure ML webservice callScheduling Azure Machine Learning ExperimnetsAzure machine learning webservice deployment failedHow to install xgboost on Azure ML cluster webservice?Azure MachineLearning WebService Not Using Passed .ilearner Model

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

How to remove border from elements in the last row?

How badly should I try to prevent a user from XSSing themselves?

What is required to make GPS signals available indoors?

Mathematica command that allows it to read my intentions

Am I breaking OOP practice with this architecture?

What are the G forces leaving Earth orbit?

Why were 5.25" floppy drives cheaper than 8"?

Where would I need my direct neural interface to be implanted?

Should I tell management that I intend to leave due to bad software development practices?

How dangerous is XSS

Car headlights in a world without electricity

Forgetting the musical notes while performing in concert

Implication of namely

OP Amp not amplifying audio signal

In the UK, is it possible to get a referendum by a court decision?

One verb to replace 'be a member of' a club

How to Prove P(a) → ∀x(P(x) ∨ ¬(x = a)) using Natural Deduction

What is a Samsaran Word™?

Is it possible to create a QR code using text?

Avoiding the "not like other girls" trope?

What's the meaning of "Sollensaussagen"?

What is the opposite of "eschatology"?

Why do I get negative height?



Azure MLS WebService PublicIP is “None”


Use WebService input as query parameter in reader module in Azure ML?Azure ML batch execution latencyRename an Azure ML experimentAzure ML webservice columns returned no as expectedAzure Machine Learning in dynamicsMLPClassifier in Azure ML webservice callScheduling Azure Machine Learning ExperimnetsAzure machine learning webservice deployment failedHow to install xgboost on Azure ML cluster webservice?Azure MachineLearning WebService Not Using Passed .ilearner Model













0















We have been deploying a webservice in our workspace (with SSL and a CNAME).



The problem we are having is that we cannot get the publicIP from the service, which is required for us to modify our DNS to point to the service.



Here's our config :



aci_config = AciWebservice.deploy_configuration(cpu_cores=1, 
memory_gb=1,
enable_app_insights=True,
auth_enabled=True,
ssl_enabled=True,
ssl_cert_pem_file=
"public.pem",
ssl_key_pem_file=
"private.pem",
ssl_cname="www.somedomainname.com")


When we take a look at the portal or when we serialize the webservice object, the publicIP attribute is "None"



'name': 'servicename1',
'description': None,
'tags': ,
'properties': ,
'state': 'Healthy',
..........snip..............
'authEnabled': True,
'sslEnabled': True,
'appInsightsEnabled': True,
'sslCertificate': '',
'sslKey': '',
'cname': 'www.somedomainname.com',
'publicIp': None


How can we get the publicIP of our service?



Thank you










share|improve this question


























    0















    We have been deploying a webservice in our workspace (with SSL and a CNAME).



    The problem we are having is that we cannot get the publicIP from the service, which is required for us to modify our DNS to point to the service.



    Here's our config :



    aci_config = AciWebservice.deploy_configuration(cpu_cores=1, 
    memory_gb=1,
    enable_app_insights=True,
    auth_enabled=True,
    ssl_enabled=True,
    ssl_cert_pem_file=
    "public.pem",
    ssl_key_pem_file=
    "private.pem",
    ssl_cname="www.somedomainname.com")


    When we take a look at the portal or when we serialize the webservice object, the publicIP attribute is "None"



    'name': 'servicename1',
    'description': None,
    'tags': ,
    'properties': ,
    'state': 'Healthy',
    ..........snip..............
    'authEnabled': True,
    'sslEnabled': True,
    'appInsightsEnabled': True,
    'sslCertificate': '',
    'sslKey': '',
    'cname': 'www.somedomainname.com',
    'publicIp': None


    How can we get the publicIP of our service?



    Thank you










    share|improve this question
























      0












      0








      0








      We have been deploying a webservice in our workspace (with SSL and a CNAME).



      The problem we are having is that we cannot get the publicIP from the service, which is required for us to modify our DNS to point to the service.



      Here's our config :



      aci_config = AciWebservice.deploy_configuration(cpu_cores=1, 
      memory_gb=1,
      enable_app_insights=True,
      auth_enabled=True,
      ssl_enabled=True,
      ssl_cert_pem_file=
      "public.pem",
      ssl_key_pem_file=
      "private.pem",
      ssl_cname="www.somedomainname.com")


      When we take a look at the portal or when we serialize the webservice object, the publicIP attribute is "None"



      'name': 'servicename1',
      'description': None,
      'tags': ,
      'properties': ,
      'state': 'Healthy',
      ..........snip..............
      'authEnabled': True,
      'sslEnabled': True,
      'appInsightsEnabled': True,
      'sslCertificate': '',
      'sslKey': '',
      'cname': 'www.somedomainname.com',
      'publicIp': None


      How can we get the publicIP of our service?



      Thank you










      share|improve this question














      We have been deploying a webservice in our workspace (with SSL and a CNAME).



      The problem we are having is that we cannot get the publicIP from the service, which is required for us to modify our DNS to point to the service.



      Here's our config :



      aci_config = AciWebservice.deploy_configuration(cpu_cores=1, 
      memory_gb=1,
      enable_app_insights=True,
      auth_enabled=True,
      ssl_enabled=True,
      ssl_cert_pem_file=
      "public.pem",
      ssl_key_pem_file=
      "private.pem",
      ssl_cname="www.somedomainname.com")


      When we take a look at the portal or when we serialize the webservice object, the publicIP attribute is "None"



      'name': 'servicename1',
      'description': None,
      'tags': ,
      'properties': ,
      'state': 'Healthy',
      ..........snip..............
      'authEnabled': True,
      'sslEnabled': True,
      'appInsightsEnabled': True,
      'sslCertificate': '',
      'sslKey': '',
      'cname': 'www.somedomainname.com',
      'publicIp': None


      How can we get the publicIP of our service?



      Thank you







      azure-machine-learning






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 21:21









      alexbfalexbf

      345416




      345416






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052979%2fazure-mls-webservice-publicip-is-none%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052979%2fazure-mls-webservice-publicip-is-none%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          1928 у кіно

          Захаров Федір Захарович

          Ель Греко